Oceania2018
|
d4f3df29ce
|
optimize_dataset_v2
|
4 years ago |
Esther Hu
|
bf91102b7f
|
Merge pull request #768 from NiklasGustafsson/Conv_1D
Keras Conv1D
|
4 years ago |
Niklas Gustafsson
|
616b62bd4f
|
Implemented Conv1D and unit tests.
|
4 years ago |
Niklas Gustafsson
|
2a42bcd09b
|
Added unit tests for Keras Conv2D
|
4 years ago |
Niklas Gustafsson
|
58f3194909
|
Merge branch 'master' into Conv_1D
|
4 years ago |
Niklas Gustafsson
|
b71aee9797
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
4 years ago |
Niklas Gustafsson
|
f3da1cd9b7
|
Added unit tests for Conv2D
|
4 years ago |
Niklas Gustafsson
|
322c3c1173
|
Adding doc comment for LSTM
|
4 years ago |
Niklas Gustafsson
|
c7fa1b5460
|
Adding doc comments to the Keras Layers Api class
|
4 years ago |
Niklas Gustafsson
|
3a2b270a7e
|
Adding doc comment for LSTM
|
4 years ago |
Niklas Gustafsson
|
4181722004
|
Adding doc comments to the Keras Layers Api class
|
4 years ago |
lsylusiyao
|
66ef235f51
|
add custom output test
|
4 years ago |
lsylusiyao
|
3309b036f6
|
change standard output (Console) to a custom one
|
4 years ago |
Niklas Gustafsson
|
2b62e120cf
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
4 years ago |
Esther Hu
|
a22c52bba7
|
Merge pull request #762 from Sebastian-roko/random_seed
Random seed handling more simular to python
|
4 years ago |
Sebastian Hantsch
|
bc9c8dee44
|
Fix for random_shuffle (named arg seed/seed2)
|
4 years ago |
Sebastian Hantsch
|
1d90fbfb5d
|
Merge master
|
4 years ago |
Sebastian Hantsch
|
3db1b2886f
|
Unit test for Dataset shuffle
|
4 years ago |
Oceania2018
|
0142174058
|
Add tf.string.string_length.
|
4 years ago |
Oceania2018
|
559921585d
|
Fix string_split_v2 return RaggedTensor.
|
4 years ago |
Oceania2018
|
a1ebd70c46
|
RowPartition and RaggedTensor
|
4 years ago |
Oceania2018
|
bbc2e98a51
|
IndexLookup, Accumulator.
|
4 years ago |
Oceania2018
|
a942564fc9
|
fix tf.batch_matmul #755
|
4 years ago |
Oceania2018
|
38f80a70df
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
4 years ago |
Oceania2018
|
822e6d787c
|
Consolidate TFE_FastPathExecute and _apply_op_helper.
|
4 years ago |
Oceania2018
|
0471e28f6a
|
Change RunInAutoMode to ExecuteOp
|
4 years ago |
Niklas Gustafsson
|
e0287459c9
|
Merge branch 'master' of https://github.com/NiklasGustafsson/TensorFlow.NET
|
4 years ago |
Niklas Gustafsson
|
dc5a59c794
|
Added 1D pooling APIs and unit tests.
Added 2D global max pooling and unit tests.
Disabled one max pooling test, needs further investigation,
|
4 years ago |
Niklas Gustafsson
|
edc08c4713
|
Merge pull request #1 from SciSharp/master
Merge from master repo
|
4 years ago |
Niklas Gustafsson
|
e1b1fafb0a
|
Adding subset of text preprocessing Keras APis and unit tests.
|
4 years ago |
ssge
|
890976101d
|
Update MNIST.cs
Rename local variable to match intent of the dataset label
|
4 years ago |
Sebastian Hantsch
|
d3e85fe84e
|
Pass named args to RandomShuffle; seed handling more simular to python
|
4 years ago |
Sebastian Hantsch
|
e5b40b0d0a
|
Add global_seed to context
|
4 years ago |
Oceania2018
|
f5a355177d
|
Refactor RunInAutoMode2.
|
4 years ago |
Oceania2018
|
90638a8352
|
TextVectorization
|
4 years ago |
Oceania2018
|
ac53791c03
|
Upgrade to SciSharp.TensorFlow.Redist v2.4.1
|
4 years ago |
Oceania2018
|
9d21faca65
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
4 years ago |
Oceania2018
|
4ef675faf9
|
Consolidate MapDataset function.
|
4 years ago |
Oceania2018
|
286013955a
|
Remove Range due to confilict.
|
4 years ago |
Oceania2018
|
ad6ad8493c
|
Align with tensorflow v2.4.1
|
4 years ago |
Sebastian Hantsch
|
49cbae0558
|
Fix sign function in eager mode
|
4 years ago |
lsylusiyao
|
fb903d8703
|
Add random seed test to help reproduce training
Currently the tests are set ignored because here's bug
|
4 years ago |
Oceania2018
|
6a8665f111
|
Add Conv2DTranspose #735
|
4 years ago |
Oceania2018
|
cfffc688ff
|
Add C API for TF_StringInit.
|
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 |
lsylusiyao
|
178cdbc3e7
|
Add verbose function
|
4 years ago |
MPnoy
|
d89609a4e3
|
Blank SimpleRNN and test for it
|
4 years ago |
MPnoy
|
5801566a8d
|
Keras layer activations fix
|
4 years ago |
Oceania2018
|
c8643c4266
|
Add tf.math.erf #738
|
4 years ago |
Haiping
|
47f953b94f
|
Merge pull request #736 from MPnoy/ones_like-fix
ones_like fix
|
4 years ago |