74 Commits (3811e4e14018ae6b606a3bc9a39776fbe1870ecb)

Author SHA1 Message Date
  “Wanglongzhi2001” f3b3d8be65 fix: add the momentum parameter's implemention of SGD 2 years ago
  Yaohui Liu a0df8109f8
fix: training LSTM does not align with tensorflow. 2 years ago
  AsakusaRinne 4bca319eb4 fix: temporarily fix the sequential nest error. 2 years ago
  Yaohui Liu 1c8f0a2d14 refactor: gen_nn_ops, gen_math_ops, gen_array_ops and related codes. 2 years ago
  AsakusaRinne 8b53eb3e5d fix: partially fix the error when saving model after loading. 2 years ago
  Yaohui Liu 67cf274f7f
Remove debug informations before. 2 years ago
  Yaohui Liu 7823b088a0
Fix the error of loading model saved before tf2.5. 2 years ago
  Yaohui Liu e0ebc998ce
Fix the error when loading VGG19. 2 years ago
  Yaohui Liu a59ebaeea4
Fix the errors caused by branch merge. 2 years ago
  Yaohui Liu 1903700e04
Merge branch 'master' of github.com:AsakusaRinne/TensorFlow.NET into support_function_load 2 years ago
  Yaohui Liu 9420ba3243
Fix the error of loaded function model backward. 2 years ago
  Yaohui Liu 0360fbb530
Fix the error when saving model with GPU. 2 years ago
  Yaohui Liu fd1eb40f25
Partially support the backward of loaded function model. 2 years ago
  Yaohui Liu 6a9ccea29f
Resolve some wrong implementations. 2 years ago
  AsakusaRinne 3943375b67 Support loading weights for customized layer. 2 years ago
  AsakusaRinne 2d67df1b4f Add nested structure decoder. 2 years ago
  AsakusaRinne acae9b3e39 Partially support the analysis of loaded functions. 2 years ago
  AsakusaRinne 4e6431ed85 Align some implementations of Graph and FuncGraph. 2 years ago
  Yaohui Liu 355ca3ab6c
Support construct graph from proto. 2 years ago
  Haiping Chen bdf229acbb Renmae to AssetResource. 2 years ago
  Haiping Chen 8550dccc56 Add missing trackable class but not implemented. 2 years ago
  Haiping Chen e5dfe90e9b More SafeHandles. 2 years ago
  Yaohui Liu 52b513d750
Support loading of SavedModel format (#989) 2 years ago
  Haiping 197224fd74
Add pb model save (#976) 2 years ago
  Oceania2018 e748a8ff07 overload ndarray == operator 4 years ago
  Oceania2018 a4a4da9d30 np.permutation 4 years ago
  Oceania2018 22effd6553 Using Shape instead of TensorShape. 4 years ago
  Oceania2018 8784c31cb3 change tensor shape to Shape. 4 years ago
  Oceania2018 3231500660 linspace and meshgrid. 4 years ago
  Oceania2018 f3eb31fb87 Built-in numpy api. 4 years ago
  lsylusiyao 3309b036f6 change standard output (Console) to a custom one 4 years ago
  Oceania2018 822e6d787c Consolidate TFE_FastPathExecute and _apply_op_helper. 4 years ago
  Oceania2018 1f6748864a Refactor string tensor. 4 years ago
  Oceania2018 a6ee058d00 Memory leak in FuncGraph #727. 4 years ago
  Oceania2018 cfc9eb3025 Remove internal_convert_to_tensor. 4 years ago
  Oceania2018 9d08a313f0 Keras for .NET package meta and clean code. 4 years ago
  Oceania2018 ba490102c1 clean code. 4 years ago
  Oceania2018 87f990157e Fix trainable_weights is empty when using Keras Functional model #626 5 years ago
  Oceania2018 f9959ef951 Chagne return type to Tensor for assign_add. 5 years ago
  Oceania2018 f3ec499a2d fix _apply_sparse for ResourceVariable. 5 years ago
  Oceania2018 d4f1c349bc fix _apply_dense for Optimizer. 5 years ago
  Oceania2018 aa13352d74 fix AdamOptimizer for Graph mode. 5 years ago
  Oceania2018 8168b48dcd fix neural_net.trainable_variables #595. 5 years ago
  Oceania2018 e2f7be6d43 InputLayer for Keras. 5 years ago
  Oceania2018 29042df369 add VariableArgs. 5 years ago
  Oceania2018 a8a0731c4d Change RefVariable to IVariableV1. 5 years ago
  Oceania2018 9bb603d59b Rename SaveableObject to MySaveableObject. 5 years ago
  Oceania2018 f849af095d Change RefVariable to IVariableV1. 5 years ago
  Oceania2018 dd1cf255a7 Fix AdamOptimizer in Graph mode. 5 years ago
  Sam Harwell cef6ec0019 Fix CS1572 (XML comment has a param tag, but there is no parameter by that name) 5 years ago