1083 Commits (263fbcf2444e82706a0a9ff358806d94a0bc7f08)

Author SHA1 Message Date
  Haiping Chen 8b92003376
Merge pull request #379 from SciSharp/keras-activations 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
  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 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
  Oceania2018 f1b7e1182a yolo.build_nework() #359 6 years ago
  Eli Belash b252a07d29 BaseSession: Added transparent dtype conversion to feed_dict 6 years ago
  Eli Belash 94c8c6b5ad Created TensorConverter 6 years ago
  Oceania2018 8f258c533e tf.sigmoid_cross_entropy_with_logits 6 years ago
  Eli Belash b7ccf3bc9a dtypes.cs: Added missing type conversion 6 years ago
  Eli Belash f55fa3522d Tensor.Operators: Rewrite using regen-template 6 years ago
  Oceania2018 4204c985c8 Tensor operator *(NDArray x, Tensor y) 6 years ago
  Oceania2018 d44f044c86 support n-dim indexing. #368 6 years ago
  Oceania2018 e9feec45a5 Resize images to size using nearest neighbor interpolation. 6 years ago
  Oceania2018 ca3a775e7a Tensor indexing. #368 6 years ago
  Oceania2018 b1bd05c1a1 Expose tf.shape() API. 6 years ago
  Oceania2018 b1a0bf600e update change log. 6 years ago
  Oceania2018 830bb59c2f Merge branch 'multithreading' 6 years ago
  Oceania2018 6badc99b88 Initializer that generates tensors with constant values with tf.constant_initializer(). 6 years ago