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 |
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
|
2bf72e9d62
|
nest.map_structure: fixed bug when merging multiple structures
|
6 years ago |
Meinrad Recheis
|
ade4ef7f65
|
nest.map_structure implemented and tested
|
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 |
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 |
Meinrad Recheis
|
efe5ef24b9
|
finally fixed TestCond test case
|
6 years ago |
Meinrad Recheis
|
a7b76704fa
|
CondContext: implemented missing functionality
|
6 years ago |
Meinrad Recheis
|
e7707cbfad
|
added GraphTests, all Igored at the moment
|
6 years ago |
Meinrad Recheis
|
30e4b21020
|
moved all ops_test.py tests into their own folder/namespace
|
6 years ago |
Meinrad Recheis
|
615b54ddc6
|
more control flow fixes but CreateOpFromTfOperationTest.TestCond still fails
|
6 years ago |
Meinrad Recheis
|
6a820d8178
|
changes in CondContext and control_flow_ops.cond
|
6 years ago |
Meinrad Recheis
|
40af0c5f8a
|
Graph.unique_name fixed + test case
|
6 years ago |
Meinrad Recheis
|
fe4a06fed3
|
make_tensor_proto: supported additional types int[,] long[] long[,] float[,] double[] double[,] and byte[,]
|
6 years ago |
Meinrad Recheis
|
80a108bf18
|
added more passing control dependencies tests
|
6 years ago |
Meinrad Recheis
|
ab7aec1951
|
ported ControlDependenciesTest.TestComplex, works
|
6 years ago |
Meinrad Recheis
|
e27bf7bb83
|
_ControlDependenciesController: fixed a bug related to stack order
|
6 years ago |
Meinrad Recheis
|
5a2d265d72
|
Graph.control_dependencies: added overload and updated implementation which was far from the original functionality.
|
6 years ago |
Meinrad Recheis
|
cba10528bd
|
Graph: fixed bug with dependencies of nested with calls
|
6 years ago |
Meinrad Recheis
|
0406d4588d
|
ops.py.cs: fixed a bug in _NodeDef
|
6 years ago |
Meinrad Recheis
|
98ff3c53a2
|
added PythonTest, a base class for tests that holds useful assertions like AssertItemsEqual
|
6 years ago |
Meinrad Recheis
|
641abbd423
|
ControlDependenciesTest: added all the other test cases but currently can't translate them into c#
|
6 years ago |
Meinrad Recheis
|
f079605032
|
Operation: implemented support for Tensors in Operation constructor + Test
|
6 years ago |
Meinrad Recheis
|
5b429c7976
|
downgrade to .net core 2.1
|
6 years ago |
Oceania2018
|
bfdaa6b94d
|
work with NumSharp v0.9
|
6 years ago |
haiping008
|
dd538f97a3
|
upgrade to numsharp v0.8.3
|
6 years ago |
Oceania2018
|
8654b41c2a
|
Add Nearest Neighbor
release v0.5.1
|
6 years ago |
Oceania2018
|
86986d81e3
|
Incompatible shapes: [100,10] vs. [100] #194
|
6 years ago |
Oceania2018
|
d94c685dba
|
Add node to connectivity between two layers.
|
6 years ago |
Oceania2018
|
b5360269b5
|
fix Operation.get_attr for all properties.
add Convolution class
add convert_data_format
add as_numpy_dtype
|
6 years ago |
haiping008
|
8fa1f21e3e
|
change ops.name_scope interface.
|
6 years ago |
Oceania2018
|
a466159a53
|
upgrade NumSharp to v0.7.4
|
6 years ago |
haiping008
|
a4e52abe3a
|
add tf.keras
|
6 years ago |