96 Commits (1d97b71337cbb48cdc88e032f83e571dd1a5510c)

Author SHA1 Message Date
  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
  Hallupa f566505c09 Add Softmax support and throw exception if activation isn't found 4 years ago
  Oceania2018 e73ed66b7c add SafeTensorHandle to manage tensor handle reference. 4 years ago
  Oceania2018 bcb28f3d3b fix keras reshape layer. 4 years ago
  Oceania2018 22effd6553 Using Shape instead of TensorShape. 4 years ago
  Oceania2018 da33a8b18d Introduce Axis record type. 4 years ago
  Oceania2018 3231500660 linspace and meshgrid. 4 years ago
  Oceania2018 f3eb31fb87 Built-in numpy api. 4 years ago
  Oceania2018 11fdd9a8ee Remove Range class due to conflict with .net 5. 4 years ago
  Oceania2018 9a4c518401 Change Config as JObject in KerasMetaData 4 years ago