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
Amine Chadly
6f39b48b8e
Complete a nuget for TensorFlow Gpu redist
6 years ago
Amine Chadly
0b815f0bcf
Provide the win-x64 runtime nuget for TensorFlow Gpu
The library necessary to pack the nuget can be downloaded with the
Copy-NativeTensorFlowLibs.ps1 powershell script.
6 years ago
Amine Chadly
5883c2558c
Remove tensorflow.zip from git repository
6 years ago
Eli Belash
a5bdd99395
DisposableObject: sorted internal_dispose to properly handle Dispose() calls
6 years ago
Eli Belash
667a56661f
Tensor.Operations: Reverted commit
6 years ago
Eli Belash
605a05eef5
Fixed unit tests
6 years ago
Eli Belash
38f27f1641
Tensor: renamed _dtype to _override_dtype
- Fixed all locations _dtype is used incorrectly.
6 years ago
Eli Belash
35360e9d5a
BaseSession: Added Session.run(ITensorOrOperation fetche, params FeedItem[] feed_dict)
6 years ago
Eli Belash
290d0dd046
TensorShape: Revamped and documented.
6 years ago
Eli Belash
f375e1c0bb
Tensor.BufferToArray(): Fixed to use long instead of int.
6 years ago
Eli Belash
52955b3d9d
Tensor.ToArray<T>(): Added support for cases when tensor is scalar.
6 years ago
Eli Belash
4cf817ea18
Tensor: Added explicit cast to string
6 years ago
Eli Belash
766fa6fc5d
Tensor: Added guards for explicit casts.
6 years ago
Eli Belash
2129dbd675
Tensor perf-ops and cleanup, Revamped dtypes.cs, some renames.
- Cleanup and docs to all Tensor.cs files
- Changed all uses of System.Convert to NumSharp.Utilities.Converts
- Added all missing types in dtypes.cs
- Renamed tensor.Data<T> to tensor.ToArray<T>, added obsolete message
- Renamed tensor.Data() to tensor.BufferToArray(), added obsolete message
- Made GraphKeys to use const string instead allocating strings at every use of GraphKeys.
6 years ago
Eli Belash
cfc3926ed1
Copied globals.regen from NumSharp
- Added supported_numericals_TF_DataType
6 years ago
Eli Belash
4ba71e24db
Tensor.Explicit.cs: perf-ops
6 years ago
Eli Belash
533f8fdd6b
Tensor.Creation.cs: perf-ops
6 years ago
Eli Belash
4be99ecdd8
Graph.cs: refactor and added docs
6 years ago
Eli Belash
d60c36f557
Tensor.Creation: Perf-opted when creating tensor from NDArray of string
6 years ago
Eli Belash
1992bb054a
gfile.cs, Walk(...): Handle case when directory top doesn't exist.
6 years ago
Eli Belash
c876be4a79
_FetchHandler: Switched to NPTypeCode
6 years ago
Eli Belash
35295f8f18
Added different build directory for TensorflowNET.Examples.GPU
6 years ago
Eli Belash
891346e4e3
Refactored DisposableObject
6 years ago
Oceania2018
8546b8d8ff
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
6 years ago
Oceania2018
5e43f4dcab
init commit for YOLOv3.
6 years ago
Eli Belash
55e9baa4c5
Updated NumSharp references to 0.20.0
6 years ago
Oceania2018
683aeed693
tf.GraphKeys #359
6 years ago
Oceania2018
faa93bf179
tf.no_op #359
6 years ago
Oceania2018
210bc8916e
trainable_variables #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
Brendan Mulcahy
d75cd78878
Create CODEOWNERS file that defaults to everything ( #354 )
6 years ago
Eli Belash
9d52c9eb0b
Add tf.nn.in_top_k
Add tf.nn.in_top_k
6 years ago
Brendan Mulcahy
babfb020e7
New line for better consistency
6 years ago
Brendan Mulcahy
098f597e32
Add tf.nn.in_top_k
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
f740b1a239
CNN Text Classification passed
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
990e774e20
NeuralNetXor goes through.
6 years ago
Oceania2018
174241d5a7
update notes.
6 years ago