Yaohui Liu
|
87b34520be
|
fix: error when using graph in multi-threads.
|
2 years ago |
Haiping Chen
|
e5dfe90e9b
|
More SafeHandles.
|
2 years ago |
Oceania2018
|
ebfb3275cf
|
clean code.
|
3 years ago |
Oceania2018
|
87fa204247
|
ndarray mask set value.
|
3 years ago |
Oceania2018
|
1478a2c2dc
|
IEnumerable<NDArray>
|
4 years ago |
Oceania2018
|
e73ed66b7c
|
add SafeTensorHandle to manage tensor handle reference.
|
4 years ago |
Oceania2018
|
f3cbd858e7
|
np.frombuffer
|
4 years ago |
Oceania2018
|
734430d48c
|
slice assign works
|
4 years ago |
Oceania2018
|
22effd6553
|
Using Shape instead of TensorShape.
|
4 years ago |
Oceania2018
|
8784c31cb3
|
change tensor shape to Shape.
|
4 years ago |
Oceania2018
|
71488b4126
|
seperate TensorFlowNET.Graph.UnitTest project.
|
4 years ago |
Oceania2018
|
01e6a38cf5
|
auto cast by dtype when conveting to tensor.
|
4 years ago |
Oceania2018
|
1142f38d2f
|
unify numpy dtype and tf dtype.
|
4 years ago |
Oceania2018
|
a947fd8aa9
|
fix NDArray indexing.
|
4 years ago |
Oceania2018
|
3231500660
|
linspace and meshgrid.
|
4 years ago |
Oceania2018
|
f3eb31fb87
|
Built-in numpy api.
|
4 years ago |
Sebastian Hantsch
|
bc9c8dee44
|
Fix for random_shuffle (named arg seed/seed2)
|
4 years ago |
Sebastian Hantsch
|
d3e85fe84e
|
Pass named args to RandomShuffle; seed handling more simular to python
|
4 years ago |
lsylusiyao
|
fb903d8703
|
Add random seed test to help reproduce training
Currently the tests are set ignored because here's bug
|
4 years ago |
Oceania2018
|
a6ee058d00
|
Memory leak in FuncGraph #727.
|
4 years ago |
Oceania2018
|
3bfdedcdfb
|
Change filter as IVariableV1 in conv2d.
|
4 years ago |
Oceania2018
|
6fe6057ff4
|
Adjust unit test project.
|
4 years ago |
Banyc
|
b6755cc4a1
|
Add test case TypeMismatchedSliceAssign
|
4 years ago |
Oceania2018
|
d75366ce22
|
fix Variable[slice].assign() #653
|
4 years ago |
Banyc
|
6f8beab362
|
Add test case for Tensor.assign #653
The test case is currently not passed yet.
|
4 years ago |
Oceania2018
|
9d08a313f0
|
Keras for .NET package meta and clean code.
|
4 years ago |
Oceania2018
|
430927524f
|
fix eager tensor resize. #608
|
5 years ago |
vpenades
|
7f507fa81e
|
Added use case for creating and resizing a tensor.
|
5 years ago |
Oceania2018
|
368cea3a3d
|
ignore Session test.
|
5 years ago |
Oceania2018
|
d5534d276d
|
fix compile failed.
|
5 years ago |
Oceania2018
|
dd1cf255a7
|
Fix AdamOptimizer in Graph mode.
|
5 years ago |
Oceania2018
|
b098c66d8d
|
Restore tensor unit tests.
|
5 years ago |
Oceania2018
|
ba8b0f37af
|
add disable_eager_execution, clean unit test.
|
5 years ago |
Sam Harwell
|
f7b84215c9
|
Merge remote-tracking branch 'SciSharp/master' into safe-status-handle
|
5 years ago |
Sam Harwell
|
d123f44322
|
Merge remote-tracking branch 'SciSharp/master' into safe-status-handle
|
5 years ago |
Oceania2018
|
9e68b9483b
|
Operator overloading between Variable and Tensor should return Tensor.
|
5 years ago |
pepure
|
afee297e9c
|
add ResourceVarible operate functions
|
5 years ago |
Oceania2018
|
40487d30bc
|
restructure unit test folder.
|
5 years ago |
Oceania2018
|
332b1351e2
|
experimental v0.20 version.
|
5 years ago |
Oceania2018
|
fe76c9c877
|
Add ResourceVariable native api.
|
5 years ago |
Oceania2018
|
3f8b658db3
|
ignore all uncompleted unit tests.
|
5 years ago |
Oceania2018
|
e93f112ef0
|
tf.Variable() in eager mode
|
5 years ago |
Oceania2018
|
acf189fbfb
|
fix bug #397
|
6 years ago |
Eli Belash
|
9d6525ef9f
|
Buffer: Revamped and all perf-optted all use-cases.
- Fixed all test cases to use using(Buffer)
- Fixed all test cases to explicitly specify session
|
6 years ago |
Oceania2018
|
226720dd88
|
Merge Tensorflow.Python into Tensorflow.Binding.
|
6 years ago |
Oceania2018
|
67a58b3eac
|
change tensorflow to non-static class in order to execute some initialization.
|
6 years ago |
Oceania2018
|
a89c9aba34
|
rename with to tf_with, only use to construct graph purpose.
|
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 |