1267 Commits (v0.14-maintenance)
 

Author SHA1 Message Date
  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
  Oceania2018 f1b7e1182a yolo.build_nework() #359 6 years ago
  Eli Belash 4d8ae9a396 Added unit-tests for autocasting mechanism. 6 years ago
  Eli Belash 00830b8e0b TensorFlowNET.UnitTest: Added FluentExtensions from NumSharp 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 d2fef2fc13 Specify which project or solution file to use because this folder contains more than one project or solution file. 6 years ago
  Oceania2018 b1a0bf600e update change log. 6 years ago
  Oceania2018 32f2221a60 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Haiping 641a105bee
Merge pull request #371 from SciSharp/multithreading 6 years ago
  Oceania2018 830bb59c2f Merge branch 'multithreading' 6 years ago
  Oceania2018 38f1a10534 Finish backbone.darknet53() for YOLOv3. #360 6 years ago
  Oceania2018 6badc99b88 Initializer that generates tensors with constant values with tf.constant_initializer(). 6 years ago
  Eli Belash 2b9bd5fb8c Tensor.Creation.CreateTensorFromNDArray: Fixed AllocationReferenceHolder when sliced. 6 years ago
  Eli Belash e4786b7d1c Tensor.Creation.CreateTensorFromNDArray: Fixed when passed ND is sliced. 6 years ago
  Eli Belash 1272a60198 Changed all urls of tf.org to tensorflow.org 6 years ago
  Eli Belash 2259eb5196 Added process-wide locks to non-threadsafe calls. Added unit tests. 6 years ago
  Eli Belash 5d046071ee MultiThreadedUnitTestExecuter: Fixed exception throwing. 6 years ago
  Eli Belash be996facb8 Tensor.Creation: Revamp of CreateTensorFromArray to properly handle TF_NewTensor 6 years ago
  Eli Belash a539b9fd12 Merge branch 'gc-deallocation' into multithreading 6 years ago
  Eli Belash e4e62dd988 Tensor: Rewrite Creation to fix heap corruption. 6 years ago
  Oceania2018 876275495e add tf.pad() to pads a tensor. 6 years ago
  Eli Belash 76905017a5 Merge branch 'master' into multithreading 6 years ago
  Eli Belash 1d6f3de37d Tensor.Creation: Added IntPtr.Zero check for FreeHGlobalMemory 6 years ago
  Eli Belash 288085be0c Tensor.Creation: uncommented FreeGCHandle deallocation 6 years ago
  Eli Belash 70c877d18f gradients_utils: minor changes 6 years ago
  Eli Belash f27b0c892f Graph, Session: defaulting was changed to thread-wide using ThreadLocal<T> 6 years ago
  Eli Belash 0bcddfdfd7 DefaultGraphStack: Minor perf-op 6 years ago
  Eli Belash 3578c35945 TensorFlowNET.UnitTest: Upgraded to LangVersion - Latest. 6 years ago
  Eli Belash 067e62bed2 Graph: Added tf.peak_default_graph which just returns null if no default exists. 6 years ago