1557 Commits (v0.20-tensorflow2.3)
 

Author SHA1 Message Date
  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
  Oceania2018 5a02a5914b Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Oceania2018 23edfd09f8 _safe_initial_value_from_op #360 6 years ago
  Eli Belash fbf69c0bf0 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Eli Belash 9a1319766c nn_ops: added softmax(Tensor logits, int axis = -1, string name = null) 6 years ago
  Oceania2018 389f7dd2e3 fix output dtype error for control_flow.ref_switch 6 years ago
  Oceania2018 23a9fc9560 remove unnecessary code. 6 years ago
  Oceania2018 1a025e6223 add moving_averages, fix ExponentialMovingAverage 6 years ago
  Eli Belash a4bede55db MultithreadingTests: Added TF_GraphOperationByName unit test 6 years ago
  Eli Belash e6640b5674 Graph.Operation-OperationByName: Added guard, docs and exception when IntPtr.Zero is returned 6 years ago
  Oceania2018 be024158f9 fix RefVariable substraction. 6 years ago
  Oceania2018 d9c5cc0078 tf.state 6 years ago
  Haiping 2c1edcbbce
Merge pull request #375 from SciSharp/autocast-tensor 6 years ago
  Haiping 43dc4be9b0
Merge pull request #374 from SciSharp/tensor-operators 6 years ago