Oceania2018
|
6fe6057ff4
|
Adjust unit test project.
|
4 years ago |
Oceania2018
|
9d08a313f0
|
Keras for .NET package meta and clean code.
|
4 years ago |
Oceania2018
|
ba8b0f37af
|
add disable_eager_execution, clean unit test.
|
5 years ago |
Oceania2018
|
3f8b658db3
|
ignore all uncompleted unit tests.
|
5 years ago |
Sam Harwell
|
a3795c880a
|
Renormalize all files
|
5 years ago |
Brendan Mulcahy
|
67bfd365f4
|
Implement map_fn and other fixes
|
5 years ago |
Oceania2018
|
f8d11520b4
|
change tensorflow redist to 1.14.1 for unit tests.
|
5 years ago |
Oceania2018
|
07f70f9425
|
WhileContext BuildLoop
|
6 years ago |
Oceania2018
|
e3de67385c
|
fix StringVar testing.
|
6 years ago |
Oceania2018
|
226720dd88
|
Merge Tensorflow.Python into Tensorflow.Binding.
|
6 years ago |
Oceania2018
|
67a58b3eac
|
change tensorflow to non-static class in order to execute some initialization.
|
6 years ago |
Oceania2018
|
879067deb4
|
tf.WhileContext()
|
6 years ago |
Oceania2018
|
8178785b97
|
rename with to tf_with, only use to construct graph purpose.
|
6 years ago |
Kerry Jiang
|
a4daf8f91b
|
cleared warnings in the UnitTest project
|
6 years ago |
Johann Dirry
|
0e9aeafad5
|
removing unused namespaces (#301)
* removing unused namespaces
* implementing Tensor to scalar and scalar to tensor conversions
|
6 years ago |
Oceania2018
|
c3ae8b1f03
|
Build RNN graph, BasicRNNCell not implemented.
|
6 years ago |
Oceania2018
|
a7450215ad
|
add SlotCreator class.
|
6 years ago |
Oceania2018
|
808b95a95d
|
create image process examples' folder.
|
6 years ago |
Kerry Jiang
|
3f9f2a3725
|
changed the class Python to be static
|
6 years ago |
Meinrad Recheis
|
aea1166699
|
ported NN ZeroFraction tests
|
6 years ago |
Meinrad Recheis
|
b66e2586b8
|
ported while and switch/case testcases
|
6 years ago |
Meinrad Recheis
|
fc5131d00a
|
minor change in CondTestCases to assert that the original structure of the python tests works too (with session is not needed due to use of PythonTest.evaluate()
|
6 years ago |
Oceania2018
|
6a1ed38e02
|
fix #229
|
6 years ago |
Meinrad Recheis
|
7e77cb5c5e
|
added original complex cond test cases
|
6 years ago |
Oceania2018
|
d65c0d3ec7
|
add api of AddControlInput
|
6 years ago |
Oceania2018
|
44316321cf
|
merge with
|
6 years ago |
Oceania2018
|
04394f2948
|
add more debug code
|
6 years ago |
Meinrad Recheis
|
fe3440f2f9
|
Merge remote-tracking branch 'upstream/master'
# Conflicts:
# src/TensorFlowNET.Core/Operations/Operation.cs
# test/TensorFlowNET.UnitTest/PythonTest.cs
# test/TensorFlowNET.UnitTest/control_flow_ops_test/CondTestCases.cs
|
6 years ago |
Meinrad Recheis
|
9dba680041
|
minor changes
|
6 years ago |
Oceania2018
|
f4067f28f7
|
tf.train.import_meta_graph can import CondContext.
|
6 years ago |
Oceania2018
|
5627443b7e
|
change tf.math.multiply, math.add to generic.
|
6 years ago |
Oceania2018
|
098ffdfaf5
|
CondTestCases.testCondTrue passed
|
6 years ago |
Meinrad Recheis
|
33c4a9a45a
|
Operation: _update_inputs works now
|
6 years ago |
Meinrad Recheis
|
ec319b12e6
|
added more test cases (gradient tests)
|
6 years ago |
Meinrad Recheis
|
c997c729a0
|
more cond test cases: testCondTrue and testCondFalse
|
6 years ago |
Meinrad Recheis
|
9e04aee25f
|
ported the first cond test case that evaluates tensors
|
6 years ago |
Meinrad Recheis
|
82af34f411
|
cond: added more testcases
|
6 years ago |