634 Commits (e4c9437664869519dae55d673ce70882d626b868)
 

Author SHA1 Message Date
  Deepak Battini e4c9437664 ZeroFraction core function impl done! Control Flow is not implemented with AddControlInput and UpdateEdge which is not exposed as C_API. Need to implement it seperately. 6 years ago
  Oceania2018 a0fc3f8f39 need to manually download tensorflow v1.14. 6 years ago
  Oceania2018 92b3a88be7 overload Graph.Import(byte[] bytes) 6 years ago
  Haiping 3759a2d032
Update README.md 6 years ago
  Haiping ffbaab4246
add Jupyter Notebook link. 6 years ago
  Haiping e49144be2e
add logo 6 years ago
  Meinrad Recheis 343fbaef58 TensorFlow.NET logo and icon 6 years ago
  Oceania2018 477d03db16 remove order of _control_dependencies_for_inputs. 6 years ago
  Oceania2018 89f305ca08 fix shape issue for IndexedSlice 6 years ago
  Oceania2018 6af53e6310 override Adam _finish. 6 years ago
  Oceania2018 93eb56e5a3 add apply_adam, _apply_dense for Adam. #271 6 years ago
  Oceania2018 2a17b9c359 add RefVariable override of state_ops.assign #271 6 years ago
  Haiping 967fc43716
Merge pull request #275 from PppBr/master 6 years ago
  Bo Peng 41bb848671 add nb_example data 6 years ago
  Bo Peng 984405f184 Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Bo Peng d5d5a46ba3 fix bug in normal distribution: _log_prob 6 years ago
  Haiping d2e707833d
Merge pull request #274 from Esther2013/master 6 years ago
  Esther2013 e06be043c0 run image recognition example in Ubutu. 6 years ago
  Oceania2018 2afec337ff use Microsoft.ML.TensorFlow.Redist to maintain TensorFlow library for cross-platform. 6 years ago
  Oceania2018 59672a4df7 1: change learning rate and lr_tensor. 6 years ago
  Oceania2018 9a71f758dc fix create_slot_with_initializer, upgrade to v1.14.0. 6 years ago
  Haiping 0e299714ee Set theme jekyll-theme-cayman 6 years ago
  Oceania2018 a7450215ad add SlotCreator class. 6 years ago
  Oceania2018 efa28d4f65 Add a Tag to Tensor, Fixed Tensor Slice, AdamOptimizer #271 6 years ago
  Haiping 60ec5af747
Merge pull request #272 from bpietroiu/Issue-CnnTextClassification 6 years ago
  Bogdan Pietroiu 5b690a05f3 CnnTextClassification debugging 6 years ago
  Oceania2018 16da1c26ee add array_ops.unique, math_ops.sqrt, Optimizer._apply_sparse_duplicate_indices 6 years ago
  Oceania2018 0595ea1b0f Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET 6 years ago
  Oceania2018 f9d26040e1 fix checkpoint filename when global step is not set. #248 6 years ago
  Oceania2018 4948e43010 upgrade Test library. 6 years ago
  Oceania2018 512f3ce4e9 add _MinOrMaxGrad and _MaximumMinimumGrad 6 years ago
  Oceania2018 06e6ae6fb3 fix rank_internal works for both kNN and CNN examples. 6 years ago
  Oceania2018 5466d952b1 fix tfhub cache issue for RetrainImage example. #248 6 years ago
  Oceania2018 fed0550c12 fix rank_internal, add gradients_util 6 years ago
  Oceania2018 8e2e31cc67 add Gradient for GatherV2, MaxPool, op. 6 years ago
  Oceania2018 13189451f7 Gradient function for Conv2D 6 years ago
  Oceania2018 d3002c0b4c fix name_scope issue when current_scope is exit. 6 years ago
  Oceania2018 954713f46f add Conv2dParams 6 years ago
  Haiping 0df701389c
Merge pull request #261 from arnavdas88/master 6 years ago
  Arnav Das bc9f57541d Ongoing WeakKeyDictionary 6 years ago
  Arnav Das e02d6d042d ongoing tf.keras.backend.cs 6 years ago
  Oceania2018 f13e35d760 extend gradient function capability. 6 years ago
  Haiping 4ff993b18a
Merge pull request #260 from serjl/dev 6 years ago
  Sergei Lanzat 9be57f4134 Updated note on GPU installation on windows 6 years ago
  Sergei Lanzat 133f690ef5 Updated Tensorflow GPU c library for windows link 6 years ago
  Oceania2018 b357cad63c fix -1 index for _ConcatGradHelper 6 years ago
  Oceania2018 02f0f257db fix data path for CNN Text. 6 years ago
  Haiping bf894e1a18
Merge pull request #259 from arnavdas88/master 6 years ago
  Arnav Das d3724a93c4 added make_variable overload 6 years ago
  Oceania2018 a4f03c22ec added sparse_softmax_cross_entropy_with_logits 6 years ago