Meinrad Recheis
|
692faaa9bd
|
gradients/flow control: added much missing structure
|
6 years ago |
Oceania2018
|
226fd09ce0
|
v0.6.1-alpha for SiaNet
|
6 years ago |
Meinrad Recheis
|
964d94e9a7
|
Update README.md
|
6 years ago |
Meinrad Recheis
|
0ada5fc4e9
|
Readme: added the contribute section
|
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
|
1e63200e9e
|
Updated Readme
|
6 years ago |
Oceania2018
|
c801f5ba59
|
add tf.diag
|
6 years ago |
Oceania2018
|
3c7174b702
|
add tf.math.sigmoid
|
6 years ago |
Oceania2018
|
87eac0c0f8
|
add math.round
|
6 years ago |
Oceania2018
|
d21182e2a4
|
change transpose parameter
|
6 years ago |
Oceania2018
|
bd1e853187
|
fix unit test evaluate.
|
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
|
1c8aa4a93e
|
fix unit test by new a graph.
|
6 years ago |
Oceania2018
|
e10d66c7f9
|
Release v0.6.
|
6 years ago |
Oceania2018
|
6a1ed38e02
|
fix #229
|
6 years ago |
Meinrad Recheis
|
7e77cb5c5e
|
added original complex cond test cases
|
6 years ago |
Meinrad Recheis
|
adddf2a026
|
commented out debugging code
|
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 |
Haiping
|
a7fc2e38f8
|
Merge pull request #230 from henon/master
sorry I forgot to PR. you merge?
|
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 |
Haiping
|
6bd08d6c4c
|
Update Operation.Output.cs
|
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 |
Oceania2018
|
949ab3e239
|
add TF_UpdateEdge interface
|
6 years ago |
Haiping
|
17cb58909f
|
Merge pull request #228 from henon/master
cond test with tensor evaluation
|
6 years ago |
Meinrad Recheis
|
9e04aee25f
|
ported the first cond test case that evaluates tensors
|
6 years ago |
Meinrad Recheis
|
2bf72e9d62
|
nest.map_structure: fixed bug when merging multiple structures
|
6 years ago |
Haiping
|
edce442864
|
Merge pull request #227 from henon/master
nest.map_structure implemented and tested
|
6 years ago |
Meinrad Recheis
|
ade4ef7f65
|
nest.map_structure implemented and tested
|
6 years ago |
Oceania2018
|
6fc9add863
|
Fixed Node 57, but node 61 still error. #226
|
6 years ago |
Haiping
|
bc23079f63
|
Merge pull request #225 from henon/master
more cond tests and parts of nest.py
|
6 years ago |
Meinrad Recheis
|
3b5c6f762c
|
started porting nest, flatten and pack_structure_as already work
|
6 years ago |
Meinrad Recheis
|
82af34f411
|
cond: added more testcases
|
6 years ago |
Meinrad Recheis
|
9092c05b4c
|
with: added debugger attribute to let debugger not break in with but at the origin of the exception
|
6 years ago |
Haiping
|
0513d985f0
|
Merge pull request #224 from henon/master
unit test suite: added lightweight version of all examples
|
6 years ago |
Meinrad Recheis
|
abc99080b7
|
removed Debugger.Break() again because rethrowing the exception is even better, debugger will break directly at the cause of the exception (if attached)
|
6 years ago |
Meinrad Recheis
|
ecc4923628
|
minor changes in examples
|
6 years ago |
Meinrad Recheis
|
1ff31db07e
|
fix: Examples project uses all data, unit test uses only small fraction
|
6 years ago |
Meinrad Recheis
|
30dde0fde9
|
TestSuite: added all examples with very small training sets (runs through within seconds)
|
6 years ago |
Meinrad Recheis
|
4bc97cd478
|
added all examples to the unit testing suite
|
6 years ago |
Haiping
|
98c7dbf27e
|
Merge pull request #223 from henon/master
cond false-branch fixed
|
6 years ago |
Meinrad Recheis
|
efe5ef24b9
|
finally fixed TestCond test case
|
6 years ago |