Haiping
1ded2ed3cb
v0.10.2 ( #318 )
* fixed a bug about unzip
* added a test case for MnistModelLoader
* cleared warnings in the UnitTest project
* Upgrade NumSharp with signature.
* Testing gradients function: (#307 )
- Concat
- LGamma
- Tanh
- Slice
* 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.
* fix strided_slice_grad type convention error. #307
* added a static load method for MnistModelLoader
* adjusted the assembly name for hub
* add Prediction function for Transfer Learning
* fixed the path combining issue
* Init TensorFlow.Text project. put all UnitTest and Example into one project.
* Predict image category in bootleneck file.
* Adding `IsNan` operation (#315 )
Exposing also the `IsFinite` one.
Unit testing both operations.
* change bottleneck file to raw image as input for transfer learning.
* remove unnecessary projects (#316 )
* implementing some additional methods (#317 )
* got rid off the reference to the TF.NET
* updated project file for packaging
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
99bd08b1da
fix object reference issue for _AggregatedGrads #303
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
Oceania2018
d674d51df6
add dynamic_rnn, _transpose_batch_time for RNN.
6 years ago
Oceania2018
e1db889a5b
add tf.nn.elu activation function. #294
6 years ago
Oceania2018
ed15b2450e
upgrade NumSharp to v0.10.4.
6 years ago
Oceania2018
ee0b935557
Add BasicRNNCell, LayerRNNCell, RNNCell,
Change nest.flatten to generic.
6 years ago
Oceania2018
f49ab8459c
cnn docs updated.
6 years ago
Oceania2018
3e69c5bf8a
remove tensorflow binary from Benchmark project.
6 years ago
Oceania2018
b28687b245
fix variable path for transfer learning and word2vec.
6 years ago
Oceania2018
2a2a1e169a
run example easier #290
6 years ago
Meinrad Recheis
de0ee59665
fixed transfer learning example and prevent double deallocation of unmanaged 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
Meinrad Recheis
2e3cf2495a
corrected names for the example folders
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
Oceania2018
051855e839
fix return value issue for weight_variable and bias_variable.
6 years ago
Oceania2018
bc4fbf10f2
MNIST CNN not finished yet.
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
Antonio Cifonelli
0f4cb1aedb
Add `BatchMatMul` operation
Adding the `BatchMatMul` operation.
Expanding `BasicOperations` to test the new operation.
6 years ago
Oceania2018
477d03db16
remove order of _control_dependencies_for_inputs.
6 years ago
Oceania2018
89f305ca08
fix shape issue for IndexedSlice
6 years ago
Bo Peng
41bb848671
add nb_example data
6 years ago
Bo Peng
984405f184
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
6 years ago
Bo Peng
d5d5a46ba3
fix bug in normal distribution: _log_prob
6 years ago
Oceania2018
9a71f758dc
fix create_slot_with_initializer, upgrade to v1.14.0.
6 years ago
Bogdan Pietroiu
5b690a05f3
CnnTextClassification debugging
6 years ago
Oceania2018
16da1c26ee
add array_ops.unique, math_ops.sqrt, Optimizer._apply_sparse_duplicate_indices
6 years ago
Oceania2018
f9d26040e1
fix checkpoint filename when global step is not set. #248
6 years ago
Oceania2018
5466d952b1
fix tfhub cache issue for RetrainImage example. #248
6 years ago
Oceania2018
fed0550c12
fix rank_internal, add gradients_util
6 years ago
Oceania2018
8e2e31cc67
add Gradient for GatherV2, MaxPool, op.
6 years ago
Oceania2018
b357cad63c
fix -1 index for _ConcatGradHelper
6 years ago
Oceania2018
02f0f257db
fix data path for CNN Text.
6 years ago
Oceania2018
a4f03c22ec
added sparse_softmax_cross_entropy_with_logits
6 years ago
Oceania2018
5981d2de61
added tf.nn.dropout
6 years ago