1267 Commits (v0.14-maintenance)
 

Author SHA1 Message Date
  Oceania2018 c7e511a8da Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Oceania2018 de3ecc8556 create_estimator_and_inputs 6 years ago
  Haiping Chen 9fb9a3cf40
Merge pull request #395 from kerryjiang/master 6 years ago
  Kerry Jiang 712c471dc0 tried to implement some methods in ConfigUtil 6 years ago
  Oceania2018 67eeab0e73 add faster_rcnn_resnet101_voc07.config 6 years ago
  Oceania2018 757456f98c Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Haiping Chen ba3af92806
Merge pull request #394 from kerryjiang/master 6 years ago
  Oceania2018 078aa49578 _TrainingExecutor 6 years ago
  Kerry Jiang eb99b2a4a7 tried to implement RunConfig and RunConfigTest 6 years ago
  Oceania2018 5347de4dc0 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Oceania2018 c8991d4f84 added ConfigUtil empty file. 6 years ago
  Eli Belash 6c8f829356 Upgraded NumSharp to 0.20.2 6 years ago
  Kerry Jiang ae944249a9 added more fields to RunConfig 6 years ago
  Oceania2018 a2dade50fc solve confilict. 6 years ago
  Oceania2018 43febca3ea added many not implemented interfaces for Object Detection API. #386 6 years ago
  Oceania2018 24418b7653 Protocol message was too large when parsing to GraphDef. #383 6 years ago
  Eli Belash 83b9eb82af MultithreadingTests.cs: Added unit-test for case #380 6 years ago
  Eli Belash d23eed0c34 Session.LoadFromSavedModel: Prevent optimization 6 years ago
  Eli Belash da70cdc790 Session.LoadFromSavedModel: Added fallback for non-absolute path 6 years ago
  Eli Belash ffa78bdd88 Added a model for unit testing 6 years ago
  Eli Belash dc4a4c22d8 Session.LoadFromSavedModel: Removed redundant .as_default() call. 6 years ago
  Eli Belash b2512954bf Session: LoadFromSavedModel Fixed multithreading issue and added as_default() to the created session, fixed #380 6 years ago
  Oceania2018 a09b86e1df Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Oceania2018 bbd76d5840 tensorflow.estimator 6 years ago
  Haiping Chen 8b92003376
Merge pull request #379 from SciSharp/keras-activations 6 years ago
  Haiping Chen 9e237a6733
Merge pull request #378 from SciSharp/unknown-dimension 6 years ago
  Oceania2018 269611bf86 change None to Unknown for TensorShape. Remove object[] construction. 6 years ago
  Eli Belash 420e195aca TensorShape: Added implicit conversions for object type. 6 years ago
  Eli Belash f70f0a9807 Added implicit conversion from object[] to TensorShape 6 years ago
  Oceania2018 fa41aac14c generated ObjectDetection related protos for tf.models. 6 years ago
  Eli Belash 074d06dc7f Added all keras activations 6 years ago
  Eli Belash 0c32b73fc1 tf.layers.flatten: Added and fixed special unit-test case. 6 years ago
  Eli Belash cc65ae5ca2 TensorShape: Fixed rare case when passing only None 6 years ago
  Eli Belash f7364eb6e2 TensorShape: fixed typo in constructor 6 years ago
  Eli Belash 61c4317536 tf.layers.flatten: Added support for None dimension 6 years ago
  Eli Belash 4db89af049 TensorShape: fixed size computation when None is used. 6 years ago
  Eli Belash cc54fe19bf TensorShape: Fixed construction when passing int[] or long[] 6 years ago
  Eli Belash db5cbd3848 Removed unnecessary doc 6 years ago
  Eli Belash a655882142 Fixed ambiguous overloads. 6 years ago
  Eli Belash 3cc4861a8f TensorShape: Added constructor of (params object[] dims) 6 years ago
  Eli Belash 91a19c2dcf tf.placeholder: Added overload with object[] shape 6 years ago
  Eli Belash cebc8b4bf5 Binding: Added None 6 years ago
  Eli Belash 0ad0fdbae7 Binding.print: revamped to print arrays properly 6 years ago
  Eli Belash f7ef39cac8 tf.flayers: Added flatten 6 years ago
  Eli Belash 78b81a27ca Tensor.shape setter: Added missing status.Check(true) 6 years ago
  Eli Belash c1910e5c9c Status: made Check(bool throwException = false) [DebuggerHidden] 6 years ago
  Eli Belash 8e1a4ca834 TensorShape: added as_list() 6 years ago
  Oceania2018 50d8d20b8e assign_moving_average 6 years ago
  Oceania2018 1a968180dd add Tensor overload for AdamOptimizer 6 years ago
  Oceania2018 740c2db003 length issue in _ShapesFullySpecifiedAndEqual 6 years ago