Niklas Gustafsson
|
a6fb6618a6
|
Merge branch 'master' of https://github.com/NiklasGustafsson/TensorFlow.NET
|
4 years ago |
Niklas Gustafsson
|
19f380523e
|
Adding some activation layers.
|
4 years ago |
Niklas Gustafsson
|
003a4b137c
|
Merge pull request #1 from SciSharp/master
Merge changes from the master repository.
|
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 |
Niklas Gustafsson
|
a8436f309b
|
Added unit test for padding larger than the longest sequence.
|
4 years ago |
Niklas Gustafsson
|
12f4f230f8
|
Implemented text_to_matrix() and unit tests.
|
4 years ago |
Niklas Gustafsson
|
11ffc64501
|
Revert "Revert "Generalized Tokenizer argument types.""
This reverts commit a468cd4c0c .
|
4 years ago |
Niklas Gustafsson
|
a468cd4c0c
|
Revert "Generalized Tokenizer argument types."
This reverts commit d9465d8ab0 .
|
4 years ago |
Niklas Gustafsson
|
d9465d8ab0
|
Generalized Tokenizer argument types.
Added comments.
Modified Unit tests.
|
4 years ago |
Niklas Gustafsson
|
0413e5197a
|
Adding more implementations to Tokenizer -- seq->text, pre-tokenized texts, etc.
Added unit tests.
|
4 years ago |
Niklas Gustafsson
|
606dba816e
|
Started implementation of Tokenizer(), as well as pad_sequences().
|
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
|
1f6748864a
|
Refactor string tensor.
|
4 years ago |
Oceania2018
|
77e6bb527a
|
Move keras unit test in seperate project.
|
4 years ago |