Amine Chadly
1546b4ac00
Add SciSharp.TensorFlow-Cpu.Redist nuget project.
This project can be used to generate a nuget holding tensorflow cpu
libraries for windows and linux runtimes.
The Copy-NativeTensorFlowLibs.ps1 script can be used to download all the
libraries from Google.
The examples have been updated to use this nuget to check that things
are working.
(Make sure to update your package source to have the packages directory
in your nuget source before trying this at home).
6 years ago
Oceania2018
5e43f4dcab
init commit for YOLOv3.
6 years ago
Oceania2018
683aeed693
tf.GraphKeys #359
6 years ago
Oceania2018
226720dd88
Merge Tensorflow.Python into Tensorflow.Binding.
6 years ago
Oceania2018
67a58b3eac
change tensorflow to non-static class in order to execute some initialization.
6 years ago
Arnav Das
fef7fe4140
added isinstance ( #358 )
6 years ago
Sattisvar TANDABANY
235bad2575
StopGradient: Adding basic gradient for stop_gradient function. ( #357 )
6 years ago
Oceania2018
caeb0e3050
overloade session.run(), make syntax simpler.
6 years ago
Oceania2018
d515c815e8
Upgrade NumSharp to v0.20-alpha1
6 years ago
Oceania2018
1961e815e7
all examples passed, ready to merge to master.
6 years ago
Oceania2018
6d4fc81ffb
MNST CNN pass.
6 years ago
Oceania2018
bba0dcf6b2
"HelloWorld" passed.
6 years ago
Oceania2018
587c421091
Basic Operations passed.
6 years ago
Oceania2018
bd636e5335
Image Recognition Inception passed.
6 years ago
Oceania2018
a192d88c84
Object Detection pass.
6 years ago
Oceania2018
164759174d
merge with master.
6 years ago
Oceania2018
879067deb4
tf.WhileContext()
6 years ago
Meinrad Recheis
1f0d4d6315
PythonTest: commented out non-compiling function because it is not used anyway
6 years ago
Antonio Cifonelli
924e1592af
Adding `logical_xor` operator ( #346 )
Relative unit test in `OperationTest`.
6 years ago
Antonio Cifonelli
9f6c04ba75
Adding `logical_or` operator ( #344 )
Relative unit test in `OperationTest`.
6 years ago
Kerry Jiang
9526ddcc3d
fixed issues about displaying progress in console when download/unzip resources
6 years ago
Antonio Cifonelli
0e99b605a5
Adding `logical_or` operator ( #344 )
Relative unit test in `OperationTest`.
6 years ago
Kerry Jiang
a36d0602e2
fixed issues about displaying progress in console when download/unzip resources
6 years ago
Oceania2018
07bed359b9
merge from master
6 years ago
Oceania2018
8a50673baa
Make Graph inherits from DisposableObject.
6 years ago
Antonio Cifonelli
bad9aba49e
Adding `logical_not` operator ( #343 )
Relative unit test in `OperationTest`.
6 years ago
Oceania2018
f32692b1c7
Change Graph.Import interface.
6 years ago
Oceania2018
31909cd802
Change Graph.Import interface.
6 years ago
Oceania2018
0f59f6d839
fix compile error.
6 years ago
Oceania2018
a89c9aba34
rename with to tf_with, only use to construct graph purpose.
6 years ago
Oceania2018
40da3d7a61
add DisposableObject as base class.
6 years ago
Antonio Cifonelli
3ff5988c1d
Adding `logical_and` operator ( #338 )
Relative unit test in `OperationTest`.
6 years ago
Oceania2018
810df5bf23
Removed shared Status instance in Operation.
6 years ago
Oceania2018
8178785b97
rename with to tf_with, only use to construct graph purpose.
6 years ago
Oceania2018
b06b09932e
add DisposableObject as base class.
6 years ago
Antonio Cifonelli
9502395de7
Adding `logical_and` operator ( #338 )
Relative unit test in `OperationTest`.
6 years ago
Oceania2018
c12b5b9d58
Removed shared Status instance in Operation.
6 years ago
Oceania2018
6eeb4e1992
compiled.
6 years ago
Oceania2018
918f79ebde
merge
6 years ago
Oceania2018
34ed75132f
release v0.10.7.2.
6 years ago
Oceania2018
6623162244
fix default graph and operation issue when import model.
6 years ago
Oceania2018
81c3da3399
Fixed Session.LoadFromSavedModel(), Found accuracy regression for Logistic Regression.
6 years ago
Antonio
198e598231
Add missing `operator >=`s and `operator <=`s ( #331 )
* Add missing `operator >=`s
Also unit testing the new operators.
* Add missing `operator <=`s
Also unit testing all the operator cases.
6 years ago
Kerry Jiang
f677439d8d
started to use MnistModelLoader in Tensorflow.Hub ( #330 )
6 years ago
Oceania2018
2c8771429c
release v0.10.7.2.
6 years ago
Oceania2018
a8aac8d0b8
fix default graph and operation issue when import model.
6 years ago
Oceania2018
ae22b6d2b2
Fixed Session.LoadFromSavedModel(), Found accuracy regression for Logistic Regression.
6 years ago
久永
eb3b56ee90
fix #333 : Add a project file for GPU examples 。 ( #336 )
6 years ago
Antonio
c938fa895f
Add missing `operator >=`s and `operator <=`s ( #331 )
* Add missing `operator >=`s
Also unit testing the new operators.
* Add missing `operator <=`s
Also unit testing all the operator cases.
6 years ago
Oceania2018
cffc950509
Add TensorFlowDatasets project.
6 years ago