Oceania2018
787c772b06
Merge branch 'master' into v0.11.x-numsharp
6 years ago
Oceania2018
4ff53c93be
string workround. need NDArray GetNDArrays(NDArray) to implemented.
6 years ago
Oceania2018
9dd61ab700
add redist-windows-gpu
6 years ago
Oceania2018
4ca080e565
Hello World works.
6 years ago
Antonio
368556d77e
Add missing `operator >`s and `operator <`s ( #329 )
* Add missing `operator >`s
Also unit testing all the operator cases.
* Add missing `operator <`s
Also unit testing the new operators.
6 years ago
Oceania2018
8c5d59a494
Update doc for gpu version.
6 years ago
Kerry Jiang
85636438c0
added method GetNextBatch to MnistDataSet
6 years ago
Kerry Jiang
ef5ea664df
imporved MnistModelLoader's interface
6 years ago
Oceania2018
9ed2dd55f9
Basic Operations goes through.
6 years ago
Oceania2018
2b52e1142f
build_results can't go through at full_values.Add().
6 years ago
Oceania2018
86463d9967
compile successfully with v0.11-numsharp.
6 years ago
Eli Belash
7174e6bfcc
Fixed ObjectDetection.buildOutputImage
6 years ago
Oceania2018
3f9b0b19ab
2st stage
6 years ago
Eli Belash
fa94a89da6
Fixed Tensor.Allocate
6 years ago
Antonio
ebf4c9f018
Unit testing `operator *`s. Add missing `operator /`s ( #324 )
Also unit testing the new operators.
6 years ago
Oceania2018
20b348c37a
1st stage to integrate with NumSharp.
6 years ago
Haiping
ca99be32f6
dynamic_rnn implementation ( #323 )
6 years ago
Johann Dirry
da2cb19d81
adding tests and ignoring failing ones ( #321 )
* adding unit tests
* ignoring failing tests
* removing ignore from unit tests
6 years ago
Antonio
f8912135a7
Adding `Cumsum` operation ( #322 )
Unit testing the operation too.
6 years ago
Oceania2018
49c8262a2c
Release SciSharp.TensorFlowHub v0.0.1.
6 years ago
Kerry Jiang
3047277a04
updated project file for packaging
6 years ago
Kerry Jiang
6b9f86906f
got rid off the reference to the TF.NET
6 years ago
Johann Dirry
09345b9a82
implementing some additional methods ( #317 )
6 years ago
Esther Hu
83361f7c97
remove unnecessary projects ( #316 )
6 years ago
Oceania2018
53edceccf4
change bottleneck file to raw image as input for transfer learning.
6 years ago
Antonio
a880b5326d
Adding `IsNan` operation ( #315 )
Exposing also the `IsFinite` one.
Unit testing both operations.
6 years ago
Oceania2018
899d8fb1e5
Predict image category in bootleneck file.
6 years ago
Oceania2018
51b6c07f81
Init TensorFlow.Text project. put all UnitTest and Example into one project.
6 years ago
Kerry Jiang
23ea326a5d
fixed the path combining issue
6 years ago
Oceania2018
8f9f5e36dd
add Prediction function for Transfer Learning
6 years ago
Kerry Jiang
26b406f565
adjusted the assembly name for hub
6 years ago
Kerry Jiang
a649bd5f8a
added a static load method for MnistModelLoader
6 years ago
Oceania2018
6ac66516ef
fix strided_slice_grad type convention error. #307
6 years ago
Antonio
46ec8e561d
Adding new ctor for `Session` ( #309 )
Meant to be a shortcut to directly set some basic configuration.
E.g.
```
var sessionOptions = new SessionOptions();
sessionOptions.SetConfig(new ConfigProto
{
LogDevicePlacement = true,
InterOpParallelismThreads = 4,
GpuOptions = new GPUOptions
{
AllowGrowth = true,
PerProcessGpuMemoryFraction = 0.12
}
});
var session = tf.Session(sessionOptions);
```
Adding `AbsGrad`
To be aligned with Tensorflow, introducing also `Sign` operation
and its gradient.
6 years ago
Sattisvar TANDABANY
930f601f75
Testing gradients function: ( #307 )
- Concat
- LGamma
- Tanh
- Slice
6 years ago
Oceania2018
c8058b1acb
Upgrade NumSharp with signature.
6 years ago
Kerry Jiang
a4daf8f91b
cleared warnings in the UnitTest project
6 years ago
Kerry Jiang
a1806d4905
added a test case for MnistModelLoader
6 years ago
Kerry Jiang
ee9aef8472
fixed a bug about unzip
6 years ago
Oceania2018
d228b6f6b6
change text.
6 years ago
Oceania2018
63e13b11e1
Remove tf binary from core project. entry project will install binary seperate because enrty could choose platform and gpu version.
6 years ago
Oceania2018
654fc76d0c
fix gradients parameters issue.
6 years ago
Oceania2018
99bd08b1da
fix object reference issue for _AggregatedGrads #303
6 years ago
Oceania2018
4a367470b6
Add _StridedSliceGrad, _StridedSliceGradGrad, tf.math.lgamma
6 years ago
Haiping
1b315a2e75
Update README.md
6 years ago
Johann Dirry
0e9aeafad5
removing unused namespaces ( #301 )
* removing unused namespaces
* implementing Tensor to scalar and scalar to tensor conversions
6 years ago
Antonio
c616eea1e8
Adding `BatchMatMul` gradient ( #304 )
Unit testing the gradient too.
6 years ago
Kerry Jiang
6fe5a6c572
tried to implement MnistModelLoader
6 years ago
Kerry Jiang
e8e02437ae
added unzip and showprogress in console in the utils
6 years ago
Kerry Jiang
bcb0504705
added utils class for the Hub
6 years ago