198 Commits (v0.9.x-neural-network)

Author SHA1 Message Date
  Oceania2018 098ffdfaf5 CondTestCases.testCondTrue passed 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
  Meinrad Recheis 9e04aee25f ported the first cond test case that evaluates tensors 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
  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 ecc4923628 minor changes in examples 6 years ago
  Meinrad Recheis 1ff31db07e fix: Examples project uses all data, unit test uses only small fraction 6 years ago
  Meinrad Recheis 30dde0fde9 TestSuite: added all examples with very small training sets (runs through within seconds) 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 a7b76704fa CondContext: implemented missing functionality 6 years ago
  Meinrad Recheis e7707cbfad added GraphTests, all Igored at the moment 6 years ago
  Meinrad Recheis 30e4b21020 moved all ops_test.py tests into their own folder/namespace 6 years ago
  Meinrad Recheis 615b54ddc6 more control flow fixes but CreateOpFromTfOperationTest.TestCond still fails 6 years ago
  Meinrad Recheis 6a820d8178 changes in CondContext and control_flow_ops.cond 6 years ago
  Meinrad Recheis 40af0c5f8a Graph.unique_name fixed + test case 6 years ago
  Meinrad Recheis fe4a06fed3 make_tensor_proto: supported additional types int[,] long[] long[,] float[,] double[] double[,] and byte[,] 6 years ago
  Meinrad Recheis 80a108bf18 added more passing control dependencies tests 6 years ago
  Meinrad Recheis ab7aec1951 ported ControlDependenciesTest.TestComplex, works 6 years ago
  Meinrad Recheis e27bf7bb83 _ControlDependenciesController: fixed a bug related to stack order 6 years ago
  Meinrad Recheis 5a2d265d72 Graph.control_dependencies: added overload and updated implementation which was far from the original functionality. 6 years ago
  Meinrad Recheis cba10528bd Graph: fixed bug with dependencies of nested with calls 6 years ago
  Meinrad Recheis 0406d4588d ops.py.cs: fixed a bug in _NodeDef 6 years ago
  Meinrad Recheis 98ff3c53a2 added PythonTest, a base class for tests that holds useful assertions like AssertItemsEqual 6 years ago
  Meinrad Recheis 641abbd423 ControlDependenciesTest: added all the other test cases but currently can't translate them into c# 6 years ago
  Meinrad Recheis f079605032 Operation: implemented support for Tensors in Operation constructor + Test 6 years ago
  Meinrad Recheis 5b429c7976 downgrade to .net core 2.1 6 years ago
  Oceania2018 bfdaa6b94d work with NumSharp v0.9 6 years ago
  haiping008 dd538f97a3 upgrade to numsharp v0.8.3 6 years ago
  Oceania2018 8654b41c2a Add Nearest Neighbor 6 years ago
  Oceania2018 86986d81e3 Incompatible shapes: [100,10] vs. [100] #194 6 years ago
  Oceania2018 d94c685dba Add node to connectivity between two layers. 6 years ago
  Oceania2018 b5360269b5 fix Operation.get_attr for all properties. 6 years ago
  haiping008 8fa1f21e3e change ops.name_scope interface. 6 years ago
  Oceania2018 a466159a53 upgrade NumSharp to v0.7.4 6 years ago
  haiping008 a4e52abe3a add tf.keras 6 years ago
  Oceania2018 c976b818fc unit test of how to reenter a premade variable scope safely 6 years ago
  Oceania2018 5a7d28c200 simplify with function. 6 years ago
  Oceania2018 91608875a0 VarCreation1 passed. create variable through variable_scope. 6 years ago
  Oceania2018 50ef868eeb _name_stack isn't correct before entering random_uniform 6 years ago
  haiping008 8d47f40cea update docs 6 years ago
  haiping008 b4556262bc added ConfigProto for SessionOptions. 6 years ago
  Oceania2018 48282b86c8 fixed #175 6 years ago
  haiping008 3b93c7b0fb linear regression test 1 6 years ago
  haiping008 317740a418 add imdb zip data. 6 years ago