Yaohui Liu
|
46e190dbfc
|
feat: add RNN basic framework.
|
2 years ago |
Yaohui Liu
|
3f6da21d48
|
Adjust the code structure of keras.unittest.
|
2 years ago |
Haiping Chen
|
3aa2738570
|
Add layers.Normalization.
|
2 years ago |
Yaohui Liu
|
ece36e616f
|
Automatically add KerasInterface to f.
|
2 years ago |
Haiping Chen
|
b8645d3f83
|
Add keras.layers.CategoryEncoding.
|
2 years ago |
Haiping Chen
|
c5cdf2c540
|
Fixed model.fit return results. #927
|
2 years ago |
Haiping Chen
|
321ddfc13e
|
Fix Model.build.
|
2 years ago |
Haiping Chen
|
33707231ee
|
Define Keras interface in core project (WIP).
|
2 years ago |
hlx1120@outlook.com
|
4565068d79
|
fixed test bug ;(
|
3 years ago |
hlx1120@outlook.com
|
9a57947e53
|
Add EinsumDense support and simply test it
|
3 years ago |
Oceania2018
|
0a5e1815e5
|
keras average pooling #870
|
3 years ago |
Oceania2018
|
b048b62436
|
fix Embedding layer.
|
3 years ago |
Oceania2018
|
2ef9a51692
|
fix test.
|
3 years ago |
Oceania2018
|
d84ee13b06
|
keras.layers.LayerNormalization #875
|
3 years ago |
Oceania2018
|
3f0b1f9ef7
|
fix Multi Threaded unit test.
|
3 years ago |
Oceania2018
|
22effd6553
|
Using Shape instead of TensorShape.
|
4 years ago |
Oceania2018
|
a947fd8aa9
|
fix NDArray indexing.
|
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
|
76a342c91d
|
Add keras Resizing layer.
|
4 years ago |
Niklas Gustafsson
|
37ca023036
|
Adjusted implementation of Gather to correspond to Python implementation.
Added minval, maxval, and seed arguments to the RandomUniformInitializer
Added unit tests for Gather and a simple Embedding test.
|
4 years ago |
lsylusiyao
|
c36d3707cf
|
Add TensorFlowOpLayer's predict and fit test
Currently the `TensorFlowOpLayer` test will fail on the function `fit` so I put the Attribute `Ignore` on it.
|
4 years ago |
MPnoy
|
d89609a4e3
|
Blank SimpleRNN and test for it
|
4 years ago |
Oceania2018
|
e661b82ec1
|
Fix ones_like.
|
4 years ago |
lsylusiyao
|
17a4fe0ba8
|
Add Custom Keras Layer Test
This test is written based on Dueliing DQN' s network structure.
|
4 years ago |
Oceania2018
|
77e6bb527a
|
Move keras unit test in seperate project.
|
4 years ago |