452 Commits (86b235f9ff772a4a5aaebe9ff7cecaeb71a523b3)

Author SHA1 Message Date
  Wanglongzhi2001 cb31cf46c6 feat: support training of RNN 2 years ago
  Luc BOLOGNA e1ece66264 Refactor: remove useless unsafe on tensor implicit cast 2 years ago
  Yaohui Liu f1fbcf2016
feat: support model building with RNN. 2 years ago
  Yaohui Liu dcaa0f40d1
fix: some possible errors of RNN. 2 years ago
  Yaohui Liu 4939105b8f
feat: add Nestable and Nest<T>. 2 years ago
  Yaohui Liu 46e190dbfc
feat: add RNN basic framework. 2 years ago
  Yaohui Liu 1c8f0a2d14 refactor: gen_nn_ops, gen_math_ops, gen_array_ops and related codes. 2 years ago
  Yaohui Liu 44d203da5e
Add the constructor of ndarray which reuse memory. 2 years ago
  Yaohui Liu 9349ec4829
Add Tensorflow.NET.Hub and support loading bert. 2 years ago
  Yaohui Liu 747e6585e7
Change type of BuildInputShape to KerasShapesWrapper. 2 years ago
  Yaohui Liu 7823b088a0
Fix the error of loading model saved before tf2.5. 2 years ago
  Yaohui Liu 9420ba3243
Fix the error of loaded function model backward. 2 years ago
  Yaohui Liu 1d1657dd2c
Use operation with customized C API. 2 years ago
  Yaohui Liu fd1eb40f25
Partially support the backward of loaded function model. 2 years ago
  AsakusaRinne acae9b3e39 Partially support the analysis of loaded functions. 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
  Yaohui Liu 875063abed Add more explicit conversion for Tensors. 2 years ago
  Haiping Chen e5dfe90e9b More SafeHandles. 2 years ago
  Yaohui Liu 52b513d750
Support loading of SavedModel format (#989) 2 years ago
  Haiping Chen ca9f574fce Add metric of top_k_categorical_accuracy. 2 years ago
  Haiping Chen b8645d3f83 Add keras.layers.CategoryEncoding. 2 years ago
  Haiping 197224fd74
Add pb model save (#976) 2 years ago
  Oceania2018 e27145e427 refactor TensorArray #903 3 years ago
  Oceania2018 a22e92de50 np.average #894 3 years ago
  Oceania2018 02e219b45d Fix make_tensor_proto Not Implemented for Shape issue. #886 3 years ago
  Oceania2018 c2d25ecb03 fix dataset is disposed when zip dataset. 3 years ago
  Oceania2018 67a70bf800 Remove _isCreatedInGraphMode in Tensor 3 years ago
  Oceania2018 460c04f802 make op_id as int 3 years ago
  Oceania2018 392fa09fb4 only resolve if necessary. 3 years ago
  Oceania2018 fa37f0725a override dtype and shape 3 years ago
  Oceania2018 aee6cd69d0 remove generic in OpTape. 3 years ago
  Oceania2018 2ef9a51692 fix test. 3 years ago
  Oceania2018 d84ee13b06 keras.layers.LayerNormalization #875 3 years ago
  Oceania2018 8dd1eecdbe remove unnecessary variables. 3 years ago
  darth-vader-lg 1ccde6e1e3 Add missing type cases to methods as_numpy_name and get_datatype_size. 4 years ago
  Oceania2018 f3a5d19087 fix AutoNumPy crash when in multiple thread. 4 years ago
  Oceania2018 35bcda9fd8 _CastGrad 4 years ago
  Oceania2018 9a2ed2768f load all images for paths_and_labels_to_dataset 4 years ago
  Oceania2018 f86d4f54d1 np.any 4 years ago
  Oceania2018 a129e61feb fix scalar ndarray to tensor proto. 4 years ago
  Oceania2018 6adcfaea3f ndarray string comparison. 4 years ago
  Oceania2018 432ae2091b copy value when get numpy. 4 years ago
  Oceania2018 a4a4da9d30 np.permutation 4 years ago
  Oceania2018 45e136575a NDArrayRender 4 years ago
  Oceania2018 f5cbf89a38 fix ndarray to string. 4 years ago
  Oceania2018 76abb2c6f0 to_numpy_string 4 years ago
  Oceania2018 d88fec40d2 optimize slice. 4 years ago
  Oceania2018 3052e1fbd2 add SafeStringTensorHandle 4 years ago
  Oceania2018 795c28652d remove TF_DeleteTensor in test. 4 years ago