Oceania2018
|
16da1c26ee
|
add array_ops.unique, math_ops.sqrt, Optimizer._apply_sparse_duplicate_indices
|
6 years ago |
Oceania2018
|
4948e43010
|
upgrade Test library.
|
6 years ago |
Arnav Das
|
bc9f57541d
|
Ongoing WeakKeyDictionary
|
6 years ago |
Arnav Das
|
d3724a93c4
|
added make_variable overload
|
6 years ago |
Oceania2018
|
c42f8bbf88
|
add train and predict interfaces to IExample.
|
6 years ago |
Oceania2018
|
25fb8cb457
|
fix _get_graph_from_inputs recurisve reference.
|
6 years ago |
Oceania2018
|
84440b2e01
|
manually construct graph for retain layer.
|
6 years ago |
Oceania2018
|
a5d2aa950f
|
#247
|
6 years ago |
Oceania2018
|
9ab30660bc
|
rename Text to TextProcess.
|
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 |
Arnav Das
|
ecb6dd99da
|
Added hasattr and getattr tests
|
6 years ago |
Oceania2018
|
c0760ff5b0
|
change TextClassificationWithMovieReviews to BinaryTextClassification.
|
6 years ago |
Meinrad Recheis
|
149dfcdc52
|
Revert "set NeuralNetXor_ImportedGraph.ImportGraph false"
This reverts commit e0e2bd13ef .
|
6 years ago |
Oceania2018
|
e0e2bd13ef
|
set NeuralNetXor_ImportedGraph.ImportGraph false
|
6 years ago |
Meinrad Recheis
|
d86bce0fad
|
added object detection to test suite
|
6 years ago |
Meinrad Recheis
|
e4936478bc
|
tests: added neural net XOR tests and enabled KMeans test which passes
|
6 years ago |
Oceania2018
|
e152782f6c
|
Finished kmean model.
|
6 years ago |
Oceania2018
|
8503a52a61
|
auto download kmeans.meta
|
6 years ago |
Oceania2018
|
dc8a8cf0dd
|
add tf.convert_to_tensor
|
6 years ago |
haiping008
|
cc0b994d8c
|
rollback object detection example.
|
6 years ago |
c q
|
fb23b9f43c
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
# Conflicts:
# README.md
# src/TensorFlowNET.Core/Sessions/_FetchMapper.cs
|
6 years ago |
Oceania2018
|
2e45a0cf0b
|
support import CondContext, upgrade to tensorflow v1.14rc0
|
6 years ago |
haiping008
|
c2c2ac63e7
|
check NearestNeighbors op
|
6 years ago |
Meinrad Recheis
|
86d174120a
|
NN XOR: compare against the expected final loss to determine if the optimization worked
|
6 years ago |
Meinrad Recheis
|
1025e5fbce
|
minor fixes in NN XOR
|
6 years ago |
Meinrad Recheis
|
365962f5ca
|
NN XOR port complete, but fails
|
6 years ago |
Meinrad Recheis
|
ad1f1e43bc
|
Examples: added NeuralNetXor
|
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 |
Oceania2018
|
3c7174b702
|
add tf.math.sigmoid
|
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
|
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 |
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 |