Alexander
|
fc8f493187
|
common assembly for python test
|
1 year ago |
Alexander
|
c5b4928bd6
|
correct namespace
passing
|
1 year ago |
Alexander
|
09d466d697
|
ci test
|
1 year ago |
Alexander
|
2cb5fd66f8
|
new graph
|
1 year ago |
Alexander
|
149caaec11
|
test ci
|
1 year ago |
Alexander
|
c906f46aad
|
learning rate test
|
1 year ago |
Alexander
|
f7b8dba00b
|
small fixes
|
1 year ago |
Alexander Novikov
|
2a377e2f91
|
tests are passing
|
1 year ago |
Alexander Novikov
|
c32d153e9b
|
Merge branch 'master' of https://github.com/SciSharp/TensorFlow.NET into alnovi/optimizer_tests
|
1 year ago |
Wanglongzhi2001
|
d0ec6591a0
|
fix: add the implementation of GatherND's grad
|
1 year ago |
Wanglongzhi2001
|
a73694ab2d
|
fix: add the implementation of the tile's grad
|
1 year ago |
dogvane
|
5e4f53077f
|
修正图片左右和上下翻转的问题,并增加对应测试用例。
|
2 years ago |
dogvane
|
ba8f0b084f
|
add DepthwiseConv2D (深度可分离卷积)
|
2 years ago |
Beacontownfc
|
02bfb9af17
|
improve raggedtensor
|
2 years ago |
Alexander Novikov
|
21210795d0
|
gradient descent tests
|
2 years ago |
lingbai-kong
|
f57a6fe6ed
|
optimize the time complexity of Imdb dataset loader
|
2 years ago |
lingbai-kong
|
28c77f53d6
|
implement Imdb dataset loader
|
2 years ago |
lingbai-kong
|
10f6819f08
|
Merge branch 'master' into ndarrayload
# Conflicts:
# src/TensorFlowNET.Core/Tensorflow.Binding.csproj
# src/TensorFlowNET.Keras/Datasets/Imdb.cs
|
2 years ago |
lingbai-kong
|
ea978bbf21
|
optimize code structure of reconstruction ndarray from pickled npy file
|
2 years ago |
Haiping Chen
|
03472997e4
|
Fix tf.reverse.
|
2 years ago |
Haiping Chen
|
6ec39ba3cb
|
Fix inferred_value of KerasTensor. #1142
|
2 years ago |
Haiping Chen
|
3acfc1dcb0
|
tf.math.reduce_euclidean_norm
|
2 years ago |
Haiping Chen
|
61c927ac17
|
Release v0.110.0.
|
2 years ago |
lingbai-kong
|
aac52940ad
|
init pickle support to np.load object type of npy
|
2 years ago |
Rinne
|
0454c7b068
|
Merge pull request #1110 from Wanglongzhi2001/master
feat: Support training of RNN and LSTM.
|
2 years ago |
Visagan Guruparan
|
1b1a50371b
|
np update square and dot product
|
2 years ago |
Yaohui Liu
|
f1fbcf2016
|
feat: support model building with RNN.
|
2 years ago |
RayWang
|
f45b35b4cf
|
Update Math.Test.cs
|
2 years ago |
RayWang
|
94edda54cd
|
Update Math.Test.cs
|
2 years ago |
Yaohui Liu
|
634860d755
|
fix: unittest project reference.
|
2 years ago |
Yaohui Liu
|
87b34520be
|
fix: error when using graph in multi-threads.
|
2 years ago |
Yaohui Liu
|
1c8f0a2d14
|
refactor: gen_nn_ops, gen_math_ops, gen_array_ops and related codes.
|
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 |
Haiping Chen
|
e3a1843408
|
Upgrade tf redist to 2.11.3.
|
2 years ago |
Haiping Chen
|
62c4bb8f1d
|
Fix compile issue in Ubuntu
|
2 years ago |
Haiping Chen
|
793ec4ae7e
|
fix unit test.
|
2 years ago |
Yaohui Liu
|
875063abed
|
Add more explicit conversion for Tensors.
|
2 years ago |
Yaohui Liu
|
404c803ce2
|
Support the multiple inputs of keras model.fit.
|
2 years ago |
Haiping Chen
|
cbf2d81d6b
|
ICallback
|
2 years ago |
Haiping Chen
|
e5dfe90e9b
|
More SafeHandles.
|
2 years ago |
Haiping Chen
|
55cc4d0b78
|
Support save and load in numpy.lib.format.
|
2 years ago |
Superpiffer
|
5821275145
|
Reimplemented NDArray == and != operators, handling null values. Added unit tests.
|
2 years ago |
Haiping Chen
|
56a64dae2e
|
np.sort
|
2 years ago |
Haiping Chen
|
321ddfc13e
|
Fix Model.build.
|
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 |
Oceania2018
|
e27145e427
|
refactor TensorArray #903
|
3 years ago |
Oceania2018
|
824308a15c
|
tf.tensordot #898
|
3 years ago |
Oceania2018
|
ebfb3275cf
|
clean code.
|
3 years ago |
Oceania2018
|
a22e92de50
|
np.average #894
|
3 years ago |