105 Commits (81b10e37809d5ae57989f55d4102a0a367d4322c)

Author SHA1 Message Date
  Wanglongzhi2001 81b10e3780 feat: Add GRUCell layer 2 years ago
  Wanglongzhi2001 eeb20e4fe6 Add new feature: Add UpSampling1D layer and test. 2 years ago
  Beacontownfc 3805771121 improve layer norm 2 years ago
  Yaohui Liu a0df8109f8
fix: training LSTM does not align with tensorflow. 2 years ago
  Yaohui Liu 675b93a9d7
fix: none gradient error when training LSTM. 2 years ago
  Yaohui Liu 6b30902ee8
fix: error after merging LSTM support. 2 years ago
  Wanglongzhi2001 df7d700fb1
Add new feature: add LSTMCell and test 2 years ago
  Yaohui Liu 07ea656833
fix: error when training SimpleRNN. 2 years ago
  Yaohui Liu f1fbcf2016
feat: support model building with RNN. 2 years ago
  Wanglongzhi2001 db8e43b241 Add feature(not completed):add SimpleRNNCell, StackedRNNCell, RNN and test 2 years ago
  Yaohui Liu 537b3e1142
feat: support simple RNN. 2 years ago
  Yaohui Liu 46e190dbfc
feat: add RNN basic framework. 2 years ago
  lingbai-kong c0bf8d2a65 fix: can't implement len for KerasShapesWrapper & Add bias implement to Conv2DTranspose.Call() 2 years ago
  Yaohui Liu 1c8f0a2d14 refactor: gen_nn_ops, gen_math_ops, gen_array_ops and related codes. 2 years ago
  Yaohui Liu 747e6585e7
Change type of BuildInputShape to KerasShapesWrapper. 2 years ago
  Yaohui Liu c1a14c7e11
Fix the error when loading Conv1D layer with initialzier. 2 years ago
  Yaohui Liu fd1eb40f25
Partially support the backward of loaded function model. 2 years ago
  Haiping Chen c71745c041 model compile overload. 2 years ago
  Haiping Chen 3aa2738570 Add layers.Normalization. 2 years ago
  Yaohui Liu f0e129e9a5 Refine the keras.Activation and add tf.keras.activations. 2 years ago
  Yaohui Liu 7465337b6e Add default value of parameter of keras softmax. 2 years ago
  Yaohui Liu 559d471407 Align keras.Input with tensorflow python. 2 years ago
  Yaohui Liu 52b513d750
Support loading of SavedModel format (#989) 2 years ago
  Haiping Chen b8645d3f83 Add keras.layers.CategoryEncoding. 2 years ago
  Haiping 197224fd74
Add pb model save (#976) 2 years ago
  Haiping Chen f48ba40263 Fix MaxPooling1D #969 2 years ago
  Haiping Chen 4f88109ae3 fix _self_tracked_trackables. 2 years ago
  Haiping Chen 321ddfc13e Fix Model.build. 2 years ago
  Haiping Chen 49876bb952 Change model.build parameter to input_shape. 2 years ago
  Haiping Chen 0a08386ca9 Fix batch_size for Keras Input. 2 years ago
  Haiping Chen 33707231ee Define Keras interface in core project (WIP). 2 years ago
  hlx1120@outlook.com 424ac061cf fixed bugs 3 years ago
  hlx1120@outlook.com 2e94ed38b0 multi-head attention 3 years ago
  hlx1120@outlook.com 9a57947e53 Add EinsumDense support and simply test it 3 years ago
  hlx1120@outlook.com 430ac93137 Add Attention support and test it 3 years ago
  Oceania2018 271b066448 change default value for Conv1D. 3 years ago
  Oceania2018 974855c869 fix BasicConv1D unit test 3 years ago
  Oceania2018 1bc698823d fix array_ops.squeeze 3 years ago
  Oceania2018 18d2512ee5 fix keras sequential. 3 years ago
  Oceania2018 318f9910ea gradient function Conv2DBackpropInput #895 3 years ago
  Oceania2018 029779f1da Multithreading with Keras. #890 3 years ago
  Oceania2018 0a5e1815e5 keras average pooling #870 3 years ago
  Oceania2018 b048b62436 fix Embedding layer. 3 years ago
  Oceania2018 a0cc4735e5 rename SafeOpHandle to SafeEagerOpHandle 3 years ago
  Oceania2018 d84ee13b06 keras.layers.LayerNormalization #875 3 years ago
  Oceania2018 3f0b1f9ef7 fix Multi Threaded unit test. 3 years ago
  Oceania2018 1460ec899b fix TensorFlowOpLayer memory leak. 4 years ago
  Oceania2018 e10e2807af Release v0.60.2, change to .net standard 2.0. 4 years ago
  Kevin 033fb7e3bb Added activations 4 years ago
  Kevin a7099db7d9 Added Cropping and Permute (+test) 4 years ago