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
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
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
Antonio Cifonelli
1e54c41f43
Add missing `operator -`s
Also unit testing all the operator cases.
6 years ago
Antonio Cifonelli
e13c444bff
Add missing `operator +`s
Also unit testing all the operator cases.
6 years ago
Meinrad Recheis
7cb17461a9
Tensor: added a constructor to create a Tensor from a fixed memory pointer that is owned by the caller
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
Meinrad Recheis
2d28eefa8b
Tensor: added constructors that take a Span<T>
6 years ago
Meinrad Recheis
b2a9a989af
Tensor: dispose Tensors that have been garbage collected (thread safe) + test
6 years ago
Oceania2018
c3ae8b1f03
Build RNN graph, BasicRNNCell not implemented.
6 years ago
Oceania2018
cb82dafcf7
fix dictionary access when modified.
6 years ago
Oceania2018
771a82861f
move word cnn to seperate class.
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
Deepak Battini
2bb49763f0
Fix Build Issue with Unit Test
6 years ago
Deepak Battini
e4c9437664
ZeroFraction core function impl done! Control Flow is not implemented with AddControlInput and UpdateEdge which is not exposed as C_API. Need to implement it seperately.
6 years ago
Oceania2018
a7450215ad
add SlotCreator class.
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
4948e43010
upgrade Test library.
6 years ago
Arnav Das
bc9f57541d
Ongoing WeakKeyDictionary
6 years ago
Arnav Das
d3724a93c4
added make_variable overload
6 years ago
Oceania2018
c42f8bbf88
add train and predict interfaces to IExample.
6 years ago
Oceania2018
25fb8cb457
fix _get_graph_from_inputs recurisve reference.
6 years ago
Oceania2018
84440b2e01
manually construct graph for retain layer.
6 years ago
Oceania2018
a5d2aa950f
#247
6 years ago
Oceania2018
9ab30660bc
rename Text to TextProcess.
6 years ago
Oceania2018
808b95a95d
create image process examples' folder.
6 years ago
Kerry Jiang
3f9f2a3725
changed the class Python to be static
6 years ago
Arnav Das
ecb6dd99da
Added hasattr and getattr tests
6 years ago
Oceania2018
c0760ff5b0
change TextClassificationWithMovieReviews to BinaryTextClassification.
6 years ago
Meinrad Recheis
149dfcdc52
Revert "set NeuralNetXor_ImportedGraph.ImportGraph false"
This reverts commit e0e2bd13ef
.
6 years ago
Oceania2018
e0e2bd13ef
set NeuralNetXor_ImportedGraph.ImportGraph false
6 years ago
Meinrad Recheis
d86bce0fad
added object detection to test suite
6 years ago
Meinrad Recheis
e4936478bc
tests: added neural net XOR tests and enabled KMeans test which passes
6 years ago
Oceania2018
e152782f6c
Finished kmean model.
6 years ago
Oceania2018
8503a52a61
auto download kmeans.meta
6 years ago
Oceania2018
dc8a8cf0dd
add tf.convert_to_tensor
6 years ago
haiping008
cc0b994d8c
rollback object detection example.
6 years ago
c q
fb23b9f43c
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
# Conflicts:
# README.md
# src/TensorFlowNET.Core/Sessions/_FetchMapper.cs
6 years ago
Oceania2018
2e45a0cf0b
support import CondContext, upgrade to tensorflow v1.14rc0
6 years ago
haiping008
c2c2ac63e7
check NearestNeighbors op
6 years ago
Meinrad Recheis
86d174120a
NN XOR: compare against the expected final loss to determine if the optimization worked
6 years ago
Meinrad Recheis
1025e5fbce
minor fixes in NN XOR
6 years ago
Meinrad Recheis
365962f5ca
NN XOR port complete, but fails
6 years ago
Meinrad Recheis
ad1f1e43bc
Examples: added NeuralNetXor
6 years ago