Amine Chadly
1546b4ac00
Add SciSharp.TensorFlow-Cpu.Redist nuget project.
This project can be used to generate a nuget holding tensorflow cpu
libraries for windows and linux runtimes.
The Copy-NativeTensorFlowLibs.ps1 script can be used to download all the
libraries from Google.
The examples have been updated to use this nuget to check that things
are working.
(Make sure to update your package source to have the packages directory
in your nuget source before trying this at home).
6 years ago
Oceania2018
5e43f4dcab
init commit for YOLOv3.
6 years ago
Oceania2018
cffc950509
Add TensorFlowDatasets project.
6 years ago
Kerry Jiang
85319e0feb
started to use MnistModelLoader in Tensorflow.Hub ( #330 )
6 years ago
Oceania2018
51b6c07f81
Init TensorFlow.Text project. put all UnitTest and Example into one project.
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
d674d51df6
add dynamic_rnn, _transpose_batch_time for RNN.
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
Oceania2018
1660ea9956
released v0.9.0.
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
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
Oceania2018
f9d26040e1
fix checkpoint filename when global step is not set. #248
6 years ago
Oceania2018
1fca618958
add SummaryToEventTransformer, EventProto, SummaryProto. #248
6 years ago
Oceania2018
dc8a8cf0dd
add tf.convert_to_tensor
6 years ago
haiping008
cc0b994d8c
rollback object detection example.
6 years ago
c q
f8324e87e5
Add object detection example
Add byte type support in Session and Tensor
Add pbtxtParser class to utility
6 years ago
Oceania2018
e10d66c7f9
Release v0.6.
6 years ago
Meinrad Recheis
5b429c7976
downgrade to .net core 2.1
6 years ago
Oceania2018
bfdaa6b94d
work with NumSharp v0.9
6 years ago
haiping008
cba70ccbda
remove numsharp src
6 years ago
haiping008
6fc31c74d9
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
6 years ago
haiping008
dd538f97a3
upgrade to numsharp v0.8.3
6 years ago
Bo Peng
14c0a45e6f
implementing NB classifier
6 years ago
Oceania2018
a1853a9236
v0.5.2, memory leak when allocating Tensor.
6 years ago
Oceania2018
8654b41c2a
Add Nearest Neighbor
release v0.5.1
6 years ago
Oceania2018
625368abec
fix result of session.run
6 years ago
Oceania2018
86986d81e3
Incompatible shapes: [100,10] vs. [100] #194
6 years ago
haiping008
bd42ed97f2
Mnist dataset
6 years ago
Oceania2018
d94c685dba
Add node to connectivity between two layers.
6 years ago
Oceania2018
b5360269b5
fix Operation.get_attr for all properties.
add Convolution class
add convert_data_format
add as_numpy_dtype
6 years ago
Oceania2018
a466159a53
upgrade NumSharp to v0.7.4
6 years ago
Bo Peng
5e8908ea17
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET
6 years ago
Bo Peng
de9877acc2
implemented nn class
6 years ago
haiping008
a4e52abe3a
add tf.keras
6 years ago
Bo Peng
27051792f5
implemented nn class
6 years ago
Oceania2018
209c3b99d1
merge utility to example project.
6 years ago
haiping008
292233b4a9
waiting for scikit-learn's _split.train_test_split
6 years ago
haiping008
c944f54b76
VocabularyProcessor is DEPRECATED, change to another example.
6 years ago
Bo Peng
4e242b84cf
remove numsharp
6 years ago
haiping008
031670b168
fix keras.preprocessing.sequence
6 years ago
Oceania2018
d7cb00f80f
pad_sequences 2
6 years ago
haiping008
2446988879
text classification sample 1.
6 years ago
Oceania2018
48282b86c8
fixed #175
6 years ago
haiping008
d61ccf0b96
linear regression 2
6 years ago
haiping008
3b93c7b0fb
linear regression test 1
6 years ago
haiping008
317740a418
add imdb zip data.
6 years ago
Oceania2018
6507a5f91b
Finished InceptionV3 image recognition.
6 years ago
haiping008
53882c79b3
Add LabelImage example.
6 years ago