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 |
Meinrad Recheis
|
40dccd362b
|
fixed the false-branch of the switch graph
|
6 years ago |
Meinrad Recheis
|
646f62e91f
|
in debug mode, added Debugger.Break() when an exception is thrown in a with block
|
6 years ago |
Evan Wang
|
d84c439810
|
Update LogisticRegression.md
|
6 years ago |
Evan Wang
|
36a12edf9b
|
Update LogisticRegression.md
|
6 years ago |
Evan Wang
|
4fe62eda19
|
Update LogisticRegression.md
|
6 years ago |
Oceania2018
|
04ffa46d7b
|
fix CondContext.AddValue with ops.control_dependencies #213
|
6 years ago |
Haiping
|
9bd5f009f3
|
Merge pull request #221 from henon/master
CondContext: implemented missing functionality
|
6 years ago |
Meinrad Recheis
|
a7b76704fa
|
CondContext: implemented missing functionality
|
6 years ago |
Haiping
|
10c2aeedea
|
Merge pull request #219 from henon/master
meta_graph.py.cs: fixed nullref exception
|
6 years ago |
Meinrad Recheis
|
26e78cd14c
|
meta_graph.py.cs: fixed nullref exception
|
6 years ago |
Oceania2018
|
dd91139a83
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
|
6 years ago |
Oceania2018
|
e3c5bb7755
|
fix name issue in internal_convert_to_tensor._autopacking_helper
|
6 years ago |
Haiping
|
fc24b92c24
|
Merge pull request #218 from henon/master
more control flow fixes
|
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 |
Oceania2018
|
9f54715f73
|
comments issue
|
6 years ago |
Oceania2018
|
805c074d38
|
merge for CondContext.
|
6 years ago |
Oceania2018
|
053cab61a9
|
condcontext
|
6 years ago |
Haiping
|
e7d7b2f6b6
|
Merge pull request #217 from henon/master
Changes to Cond and Control Flow Context
|
6 years ago |
Meinrad Recheis
|
ca473e8858
|
Merge remote-tracking branch 'upstream/master'
|
6 years ago |
Meinrad Recheis
|
6a820d8178
|
changes in CondContext and control_flow_ops.cond
|
6 years ago |
Haiping
|
8d93cb003f
|
Merge pull request #216 from henon/master
more tests and Graph.unique_name fix
|
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 |
Haiping
|
093cfbd5ce
|
Merge pull request #215 from henon/master
_ControlDependenciesController: fixed a bug related to stack order
|
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
|
3bd928cabb
|
_random still in progress.
overload random_uniform.
add more on random_seed.get_seed.
|
6 years ago |
Oceania2018
|
2461d2f461
|
improve performance 10%
|
6 years ago |
Oceania2018
|
694f99cf36
|
overload the cond function
|
6 years ago |
Haiping
|
1582a47fbe
|
Merge pull request #214 from henon/master
fixed nested with statement dependency bug in graph
|
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
|
0fb2260fac
|
removed Nuget package reference to NumSharp 0.8.3, we use the project reference for now.
|
6 years ago |
Meinrad Recheis
|
cba10528bd
|
Graph: fixed bug with dependencies of nested with calls
|
6 years ago |
Meinrad Recheis
|
923d8458b2
|
more documentation strings
|
6 years ago |
haiping008
|
b71b4a2339
|
change shape to int[], comply with NumSharp v0.9
|
6 years ago |
Haiping
|
00003a66f8
|
Merge pull request #212 from henon/master
Removed the web project from the solution
|
6 years ago |
Meinrad Recheis
|
938af85e34
|
Removed the web project from the solution as agreed with Oceania
|
6 years ago |
Haiping
|
2af73b7ac7
|
Merge pull request #211 from henon/master
Found and fixed another bug in ops.py.cs
|
6 years ago |