Oceania2018
|
8c5d59a494
|
Update doc for gpu version.
|
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 |
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 |
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 |
Oceania2018
|
8f9f5e36dd
|
add Prediction function for Transfer Learning
|
6 years ago |
Oceania2018
|
6ac66516ef
|
fix strided_slice_grad type convention error. #307
|
6 years ago |
Sattisvar TANDABANY
|
930f601f75
|
Testing gradients function: (#307)
- Concat
- LGamma
- Tanh
- Slice
|
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 |
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 |
Oceania2018
|
d674d51df6
|
add dynamic_rnn, _transpose_batch_time for RNN.
|
6 years ago |
Antonio Cifonelli
|
1e54c41f43
|
Add missing `operator -`s
Also unit testing all the operator cases.
|
6 years ago |
Oceania2018
|
e1db889a5b
|
add tf.nn.elu activation function. #294
|
6 years ago |
Oceania2018
|
23e70e2cdf
|
init TensorFlow Hub project.
|
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 |
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 |
Meinrad Recheis
|
b2a9a989af
|
Tensor: dispose Tensors that have been garbage collected (thread safe) + test
|
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 |