369 Commits (d86bce0fad2c89bdf784f8daf3eb0fa91efde257)

Author SHA1 Message Date
  Oceania2018 ffebb85e78 Word2Vec example works, but still has a minor display issue. 6 years ago
  Haiping 6867d27940
Merge pull request #236 from captainst/master 6 years ago
  c q b345efa320 Solve ObjectDetection functions 6 years ago
  Oceania2018 e152782f6c Finished kmean model. 6 years ago
  Oceania2018 dc8a8cf0dd add tf.convert_to_tensor 6 years ago
  haiping008 cc0b994d8c rollback object detection example. 6 years ago
  c q fb23b9f43c Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  c q f8324e87e5 Add object detection example 6 years ago
  c q 60fafc7872 测试 6 years ago
  Oceania2018 639d4b0fd3 unified the incoming parameter of the _FetchMapper as NDArray. 6 years ago
  Oceania2018 2e45a0cf0b support import CondContext, upgrade to tensorflow v1.14rc0 6 years ago
  Oceania2018 8cf46d2d23 _registered_ops NearestNeighbors 6 years ago
  haiping008 a2b71e2a85 can't dispose graph before session init. 6 years ago
  Meinrad Recheis ad1f1e43bc Examples: added NeuralNetXor 6 years ago
  Meinrad Recheis 692faaa9bd gradients/flow control: added much missing structure 6 years ago
  Oceania2018 226fd09ce0 v0.6.1-alpha for SiaNet 6 years ago
  Meinrad Recheis aea1166699 ported NN ZeroFraction tests 6 years ago
  Meinrad Recheis b66e2586b8 ported while and switch/case testcases 6 years ago
  Oceania2018 c801f5ba59 add tf.diag 6 years ago
  Oceania2018 3c7174b702 add tf.math.sigmoid 6 years ago
  Oceania2018 87eac0c0f8 add math.round 6 years ago
  Oceania2018 d21182e2a4 change transpose parameter 6 years ago
  Oceania2018 bd1e853187 fix unit test evaluate. 6 years ago
  Oceania2018 e10d66c7f9 Release v0.6. 6 years ago
  Oceania2018 6a1ed38e02 fix #229 6 years ago
  Oceania2018 d65c0d3ec7 add api of AddControlInput 6 years ago
  Oceania2018 44316321cf merge with 6 years ago
  Oceania2018 04394f2948 add more debug code 6 years ago
  Meinrad Recheis fe3440f2f9 Merge remote-tracking branch 'upstream/master' 6 years ago
  Meinrad Recheis 9dba680041 minor changes 6 years ago
  Haiping 6bd08d6c4c
Update Operation.Output.cs 6 years ago
  Oceania2018 f4067f28f7 tf.train.import_meta_graph can import CondContext. 6 years ago
  Oceania2018 5627443b7e change tf.math.multiply, math.add to generic. 6 years ago
  Meinrad Recheis 33c4a9a45a Operation: _update_inputs works now 6 years ago
  Meinrad Recheis ec319b12e6 added more test cases (gradient tests) 6 years ago
  Meinrad Recheis c997c729a0 more cond test cases: testCondTrue and testCondFalse 6 years ago
  Oceania2018 949ab3e239 add TF_UpdateEdge interface 6 years ago
  Meinrad Recheis 2bf72e9d62 nest.map_structure: fixed bug when merging multiple structures 6 years ago
  Meinrad Recheis ade4ef7f65 nest.map_structure implemented and tested 6 years ago
  Oceania2018 6fc9add863 Fixed Node 57, but node 61 still error. #226 6 years ago
  Meinrad Recheis 3b5c6f762c started porting nest, flatten and pack_structure_as already work 6 years ago
  Meinrad Recheis 82af34f411 cond: added more testcases 6 years ago
  Meinrad Recheis 9092c05b4c with: added debugger attribute to let debugger not break in with but at the origin of the exception 6 years ago
  Meinrad Recheis abc99080b7 removed Debugger.Break() again because rethrowing the exception is even better, debugger will break directly at the cause of the exception (if attached) 6 years ago
  Meinrad Recheis 4bc97cd478 added all examples to the unit testing suite 6 years ago
  Meinrad Recheis efe5ef24b9 finally fixed TestCond test case 6 years ago
  Meinrad Recheis 40dccd362b fixed the false-branch of the switch graph 6 years ago
  Meinrad Recheis 646f62e91f in debug mode, added Debugger.Break() when an exception is thrown in a with block 6 years ago
  Oceania2018 04ffa46d7b fix CondContext.AddValue with ops.control_dependencies #213 6 years ago
  Haiping 9bd5f009f3
Merge pull request #221 from henon/master 6 years ago