Meinrad Recheis
|
de0ee59665
|
fixed transfer learning example and prevent double deallocation of unmanaged memory
|
6 years ago |
Oceania2018
|
911cc3e316
|
added README for SciSharp.TensorFlow.Redist
|
6 years ago |
Meinrad Recheis
|
f6e9a8c75b
|
Tensor.Creation: fixed handling of string Tensor and fixed deallocation of pinned arrays
|
6 years ago |
Meinrad Recheis
|
4bc66027e2
|
c_api: TF_NewTensor now allows pinned managed objects to be passed down to TF (needed different deallocator arg type)
|
6 years ago |
Meinrad Recheis
|
9a58ebb60e
|
BaseSession: feeddict values are not auto-converted to NDArray any more (was a waste of time and memory)
|
6 years ago |
Oceania2018
|
c3ae8b1f03
|
Build RNN graph, BasicRNNCell not implemented.
|
6 years ago |
Oceania2018
|
1a5a7f8cf6
|
Released the SciSharp.TensorFlow.Redist. It's a migration from Microsoft.ML.TensorFlow.Redist. ML.NET team will not maintain the package since ML.NET v1.3.0.
|
6 years ago |
Haiping
|
d46892b78d
|
Merge pull request #289 from harishsk/master
Renamed file to match correct case.
|
6 years ago |
Harish Kulkarni
|
a966c1fe00
|
Fixed filename case
|
6 years ago |
Harish Kulkarni
|
6ed27e6ed0
|
Merge pull request #2 from SciSharp/master
Syncing original repo
|
6 years ago |
Haiping
|
854a5ba61a
|
Merge pull request #288 from harishsk/TFRedistMigration
Tf redist migration
|
6 years ago |
Harish Kulkarni
|
580ae1a5e5
|
Changed version to match tensorflow version and reduced verbosity in tar command
|
6 years ago |
Harish S. Kulkarni
|
7a8e007e54
|
Renamed package to SciSharp.TensorFlow.Redist
|
6 years ago |
Harish Kulkarni
|
a2dceb5b91
|
Made extracted files writeables to permit repeated running of pack command
|
6 years ago |
Harish S. Kulkarni
|
bc7026fea1
|
Changed project file to use nuspec file
|
6 years ago |
Meinrad Recheis
|
2e3cf2495a
|
corrected names for the example folders
|
6 years ago |
Meinrad Recheis
|
001aa1b700
|
Tensor: Create a Tensor from Array without copying
|
6 years ago |
Oceania2018
|
ffdebe26ce
|
Finished MNIST CNN example.
|
6 years ago |
Oceania2018
|
2b630fb190
|
move import graph to ImportGraph.
|
6 years ago |
Oceania2018
|
cb82dafcf7
|
fix dictionary access when modified.
|
6 years ago |
Harish S. Kulkarni
|
1b5445c7fb
|
Initial commit for redistributing TF binaries as a nuget package
|
6 years ago |
Meinrad Recheis
|
43d7833b8d
|
added a benchmark suite
|
6 years ago |
Meinrad Recheis
|
21e9d9bf58
|
Tensor: Added more constructors to create Tensors from arrays without copying (and without converting to and from NDArray).
|
6 years ago |
Harish Kulkarni
|
e3c3ed56cd
|
Merge pull request #1 from SciSharp/master
Merging SciSharp/TensorFlow.NET master
|
6 years ago |
Meinrad Recheis
|
56b2a543b6
|
Merge remote-tracking branch 'upstream/master'
|
6 years ago |
Oceania2018
|
051855e839
|
fix return value issue for weight_variable and bias_variable.
|
6 years ago |
Meinrad Recheis
|
92c1703231
|
tf.net architecture drawing
|
6 years ago |
Oceania2018
|
e5c0665415
|
auto download tensorflow for Windows.
|
6 years ago |
Haiping
|
e72d7ca04a
|
Merge pull request #285 from Esther2013/master
download tensorflow library automatically on Linux.
|
6 years ago |
Esther2013
|
ddde8834e6
|
download tensorflow library automatically on Linux.
|
6 years ago |
Oceania2018
|
b44fda96a7
|
remove Microsoft.ML.TensorFlow.Redist dependency.
|
6 years ago |
Oceania2018
|
4cd985a708
|
fix _enter_scope_uncached exception when _scope is null.
|
6 years ago |
Oceania2018
|
bc4fbf10f2
|
MNIST CNN not finished yet.
|
6 years ago |
Deepak Battini
|
b430d6f7e8
|
ZeroFraction function fixed
|
6 years ago |
Haiping
|
5e69d31a07
|
Update README.md
|
6 years ago |
Oceania2018
|
1660ea9956
|
released v0.9.0.
|
6 years ago |
Oceania2018
|
d839f0b234
|
MNIST CNN
|
6 years ago |
Oceania2018
|
7950e8e9e4
|
apply the Apache License boilerplate notice at the top of every single file.
|
6 years ago |
Oceania2018
|
9721a34a41
|
refactor MNIST dataset.
|
6 years ago |
Oceania2018
|
03336c8b7e
|
add Char CNN example.
|
6 years ago |
Oceania2018
|
771a82861f
|
move word cnn to seperate class.
|
6 years ago |
Oceania2018
|
f35b146cc6
|
update docs. change example interface.
|
6 years ago |
Oceania2018
|
69f510190f
|
Add default name for AdamOptimizer.
|
6 years ago |
Oceania2018
|
da48a2af83
|
fix default graph issue for DigitRecognitionNN.
|
6 years ago |
Oceania2018
|
bf3d1e969c
|
Whooray, finally make AdamOptimizer work as expected.
|
6 years ago |
Oceania2018
|
04c80f31d4
|
DigitRecognitionNN works, but the accuracy is only 92% after 10 epochs, it's supposed to be 97%.
|
6 years ago |
Oceania2018
|
5ff096cfde
|
1: Start example of Full Connected Neural Network.
2: Upgrade Microsoft.ML.TensorFlow.Redist to v1.14.
|
6 years ago |
Haiping
|
316ad5fba0
|
Merge pull request #280 from acifonelli/master
Add `BatchMatMul` operation
|
6 years ago |
Antonio Cifonelli
|
0f4cb1aedb
|
Add `BatchMatMul` operation
Adding the `BatchMatMul` operation.
Expanding `BasicOperations` to test the new operation.
|
6 years ago |
Deepak Kumar
|
c62d9ee520
|
AddControlInput and UpdateEdge works..
|
6 years ago |