Yaohui Liu
46e190dbfc
feat: add RNN basic framework.
2 years ago
Haiping Chen
2fed0db7ea
Release v0.100.5.
2 years ago
Rinne
d9988d7ccd
ci: add ci for test and auto-release. ( #1047 )
* Add unittest redist holder for all test projects.
* Move redist holder to another folder.
* Create dotnet.yml to config github action
* Revise the sln file.
* Update dotnet.yml
* Add version to tensorflow.hub.
* Create release.yml
* Update dotnet.yml
* Update and rename dotnet.yml to build_and_test.yml
* Update release.yml
* Update release.yml
* Revise project using.
* Update build_and_test.yml
* Update release.yml
* Update the package info of Tensorflow.Hub.
* Add a tolorance to equivalence of NDArray.
* Create semantic.yml
* fix: run code clean.
* Update release.yml
* Update release.yml
* ci: revise the auto release ci.
* ci: update release ci.
* ci: update release ci.
* ci: update ci files.
* ci: update ci files.
* ci: update ci files.
* ci: update ci files.
* ci: update ci files.
* ci: update release ci and hub package info.
* ci: revise build_and_test ci.
* test: add tolorance to float NDArray comparison.
* ci: disable linux test.
* ci: update release ci.
* Update release.yml
* ci: update release ci.
* ci: revise auto-release ci.
* ci: update auto-release ci.
* Update release.yml
* ci: specify packed project names of auto-release.
* ci: revise auto release ci file.
* ci: revise auto-release ci file.
* ci: revise auto-release ci file.
* ci: revise auto-release ci file.
* Update release.yml
* ci: revise auto-release ci file.
* ci: revise auto-release ci file.
* ci: revise auto-release ci file.
2 years ago
Yaohui Liu
bd7d56a0b9
Move the content of Tensorflow.Common to Tensorflow.Binding.
2 years ago
Yaohui Liu
e0ebc998ce
Fix the error when loading VGG19.
2 years ago
Yaohui Liu
9420ba3243
Fix the error of loaded function model backward.
2 years ago
Yaohui Liu
e0b1e640c8
Update proto files to version 3.21.9.
2 years ago
AsakusaRinne
acae9b3e39
Partially support the analysis of loaded functions.
2 years ago
Haiping Chen
cbf2d81d6b
ICallback
2 years ago
Haiping Chen
c72f47990e
Add metric of HammingLoss.
2 years ago
Haiping Chen
067c1ff92a
Add metrics of F1Score and FBetaScore.
2 years ago
Haiping Chen
8a21ad2816
Fix math_ops.max and min.
2 years ago
Haiping
197224fd74
Add pb model save ( #976 )
* Add check for dims of x and y in model.fit.
* Init the serialization of keras pb model.
* Add more facilities to the saved model framework.
* Add ListWrapper and ITrackable, and revise implmentations.
* Add serialized attributes.
* Implement layer serializations.
* Add lacked implementations (mainly MultiDeviceSaver).
* Support autograph.to_graph under graph mode.
* Add more implementations to the pb model save.
* Add more implementations to the keras part of pb model save.
* Refine some code after merge.
* Add two simple sequential test case of pb model save.
* Implement serializing attributes other keras arg definitions.
* Add alexnet pb save test.
* Check and refine the code.
---------
Co-authored-by: AsakusaRinne <AsakusaRinne@gmail.com>
2 years ago
Haiping Chen
f48ba40263
Fix MaxPooling1D #969
2 years ago
Haiping Chen
4f88109ae3
fix _self_tracked_trackables.
2 years ago
Haiping Chen
def066498d
Fix NeuralNetXor example.
2 years ago
Haiping Chen
33707231ee
Define Keras interface in core project (WIP).
2 years ago
Haiping Chen
19363cdf11
Fix ReadValueMatrix ReadBytes issue in .NET 6.0. #880
2 years ago
glopesdev
56b4b18982
Remove unused dependency
3 years ago
Oceania2018
5a8b1cb59c
release v0.70.1.
3 years ago
Oceania2018
cb4e4b0453
Release v0.70.0
3 years ago
Oceania2018
ebfb3275cf
clean code.
3 years ago
Oceania2018
425b258cce
SciSharp.TensorFlow.Redist 2.7.0
3 years ago
Oceania2018
e40be93380
VariableTest #888
3 years ago
Oceania2018
c2d25ecb03
fix dataset is disposed when zip dataset.
3 years ago
Oceania2018
de80bfe5dd
change back to LangVersion 9.0
3 years ago
Oceania2018
460c04f802
make op_id as int
3 years ago
Oceania2018
2ef9a51692
fix test.
3 years ago
Oceania2018
3f0b1f9ef7
fix Multi Threaded unit test.
3 years ago
Oceania2018
dd2bb4cd89
merge tflite.
4 years ago
Oceania2018
8f32e831c0
EagerTensor from EagerTensor
4 years ago
Oceania2018
e10e2807af
Release v0.60.2, change to .net standard 2.0.
4 years ago
Oceania2018
35bcda9fd8
_CastGrad
4 years ago
Oceania2018
3ed9f0227f
released tf.net v0.60, keras v0.6.
4 years ago
Oceania2018
6adcfaea3f
ndarray string comparison.
4 years ago
Oceania2018
da33a8b18d
Introduce Axis record type.
4 years ago
Oceania2018
f3eb31fb87
Built-in numpy api.
4 years ago
Oceania2018
773a3bad6b
Add Preprocessing.timeseries_dataset_from_array
4 years ago
Oceania2018
b54cbaa772
Fix binary_accuracy for keras.
4 years ago
Oceania2018
559921585d
Fix string_split_v2 return RaggedTensor.
4 years ago
Oceania2018
90638a8352
TextVectorization
4 years ago
Oceania2018
ad6ad8493c
Align with tensorflow v2.4.1
4 years ago
Oceania2018
cfffc688ff
Add C API for TF_StringInit.
4 years ago
Oceania2018
48d96f4afc
return weights for load_weights.
4 years ago
Oceania2018
ceaa09c842
Remove AllocationReferenceHolder.
4 years ago
Oceania2018
77e6bb527a
Move keras unit test in seperate project.
4 years ago
Oceania2018
1ae9bbc2f6
Allow object[] to be shape parameters.
4 years ago
Oceania2018
bf4f65b3aa
Release TensorFlow.NET v0.32, TensorFlow.Keras v0.3.
4 years ago
Oceania2018
6d1b45993d
Fix resize_nearest_neighbor_grad.
4 years ago
Oceania2018
a30df75aa9
Upgrade NumSharp.Lite to v0.1.10.
4 years ago