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 |
Oceania2018
|
2461d2f461
|
improve performance 10%
|
6 years ago |
Oceania2018
|
694f99cf36
|
overload the cond function
|
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 |
haiping008
|
b71b4a2339
|
change shape to int[], comply with NumSharp v0.9
|
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 |
haiping008
|
c491c17921
|
pass c_api.TF_AddControlInput
|
6 years ago |
Oceania2018
|
bfdaa6b94d
|
work with NumSharp v0.9
|
6 years ago |
Bo Peng
|
3fabf104c1
|
Naive Bayes Classifier running but prob is not correct.
|
6 years ago |
haiping008
|
cba70ccbda
|
remove numsharp src
|
6 years ago |
haiping008
|
6fc31c74d9
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
6 years ago |
haiping008
|
dd538f97a3
|
upgrade to numsharp v0.8.3
|
6 years ago |
Haiping
|
43e6b6dd13
|
Merge pull request #199 from PppBr/master
implementing NB classifier
|
6 years ago |
haiping008
|
8c5ac3a64c
|
control_flow_ops.Asset.
gen_math_ops._all.
math_ops.add_n.
|
6 years ago |
Bo Peng
|
14c0a45e6f
|
implementing NB classifier
|
6 years ago |
Oceania2018
|
a1853a9236
|
v0.5.2, memory leak when allocating Tensor.
|
6 years ago |
Bo Peng
|
97702316f8
|
implementing NB classifier
|
6 years ago |
Bo Peng
|
d9d4fa5059
|
impplementing NB classifier
|
6 years ago |
Bo Peng
|
4cdf6b9f72
|
implementing NB classifier
|
6 years ago |
Oceania2018
|
2d52f60650
|
add K-means, in progress.
add validate_shape for variable.
|
6 years ago |
Oceania2018
|
8654b41c2a
|
Add Nearest Neighbor
release v0.5.1
|
6 years ago |
Oceania2018
|
19f4699502
|
Added Name and Priority to IExample interface.
|
6 years ago |
Oceania2018
|
625368abec
|
fix result of session.run
|
6 years ago |
haiping008
|
476f8cfad0
|
add predict for logistic regression.
|
6 years ago |
Oceania2018
|
5a2433c7ea
|
abstract PrepareData interface for example
|
6 years ago |
Oceania2018
|
f462c5592f
|
print Accuracy of LogisticRegression
|
6 years ago |
Oceania2018
|
9c161b14dc
|
_ListFetchMapper for multiple fetch in Operation and Tensor.
|
6 years ago |
Oceania2018
|
86986d81e3
|
Incompatible shapes: [100,10] vs. [100] #194
|
6 years ago |
haiping008
|
7753183941
|
Shape error for gradients/Sum_grad/Tile #193
|
6 years ago |
Oceania2018
|
369d8abd7a
|
_ShapesFullySpecifiedAndEqual
|
6 years ago |
haiping008
|
7d0d2715d7
|
fix reduce_sum when axis is not null
|
6 years ago |
Oceania2018
|
6b154dd1bb
|
tf.log, tf.nn.softmax
|
6 years ago |
haiping008
|
bd42ed97f2
|
Mnist dataset
|
6 years ago |