Oceania2018
|
d3e212488f
|
fix ndarray index.
|
4 years ago |
Oceania2018
|
efb1c242e1
|
fix constant_value when referenced by ndarray.
|
4 years ago |
Oceania2018
|
39883aecef
|
Change to use tensor as underlying data structure.
|
4 years ago |
Oceania2018
|
71488b4126
|
seperate TensorFlowNET.Graph.UnitTest project.
|
4 years ago |
Oceania2018
|
dded90a564
|
fix string tensor for non ascii char.
|
4 years ago |
Oceania2018
|
3c7207c251
|
fix GetDataType.
|
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
|
2192f4d875
|
fix placeholder feeds value issue.
|
4 years ago |
Oceania2018
|
4c51d1b678
|
fixt build_results.
|
4 years ago |
Oceania2018
|
a947fd8aa9
|
fix NDArray indexing.
|
4 years ago |
Oceania2018
|
da33a8b18d
|
Introduce Axis record type.
|
4 years ago |
Oceania2018
|
7f387d0db8
|
np.prod
|
4 years ago |
Oceania2018
|
3231500660
|
linspace and meshgrid.
|
4 years ago |
Oceania2018
|
f3eb31fb87
|
Built-in numpy api.
|
4 years ago |
Oceania2018
|
3d943a10c1
|
IDataset cardinality.
|
4 years ago |
Oceania2018
|
500f0c0cca
|
Fix preserve_cardinality for ParallelMapDataset.
|
4 years ago |
Oceania2018
|
e67b2a5ff2
|
renamed tf.data.Dataset.from_tensors.
|
4 years ago |
Oceania2018
|
11fdd9a8ee
|
Remove Range class due to conflict with .net 5.
|
4 years ago |
Oceania2018
|
bc2f0b5d7e
|
Upgrade to 2.5.0.
|
4 years ago |
Oceania2018
|
76a342c91d
|
Add keras Resizing layer.
|
4 years ago |
Oceania2018
|
954462f4f8
|
KerasObjectLoader
|
4 years ago |
MPnoy
|
bf9c1adac7
|
GradientConcatTest
|
4 years ago |
Oceania2018
|
a653914321
|
Fix _SliceGrad #800
|
4 years ago |
MPnoy
|
cd611f1750
|
GradientConcatTest
|
4 years ago |
MPnoy
|
0e0ff5860b
|
GradientSliceTest
|
4 years ago |
Oceania2018
|
f55650d9e1
|
Fix gradient of squared_difference #787
|
4 years ago |
Lee Reid
|
8d0bd50f0e
|
Added tests with ignore attribute
|
4 years ago |
Oceania2018
|
827d8f211e
|
Add tf.print().
|
4 years ago |
Niklas Gustafsson
|
f874d3a1b8
|
random_uniform calls random_uniform_int when generating integer tensor.
Added doc comment to array_ops.gather(), and implemented using ExecuteOp()
Elaborated unit tests for gather, added one for slice()
|
4 years ago |
Niklas Gustafsson
|
37ca023036
|
Adjusted implementation of Gather to correspond to Python implementation.
Added minval, maxval, and seed arguments to the RandomUniformInitializer
Added unit tests for Gather and a simple Embedding test.
|
4 years ago |
Niklas Gustafsson
|
616b62bd4f
|
Implemented Conv1D and unit tests.
|
4 years ago |
Niklas Gustafsson
|
2a42bcd09b
|
Added unit tests for Keras Conv2D
|
4 years ago |
Niklas Gustafsson
|
58f3194909
|
Merge branch 'master' into Conv_1D
|
4 years ago |
Niklas Gustafsson
|
f3da1cd9b7
|
Added unit tests for Conv2D
|
4 years ago |
lsylusiyao
|
66ef235f51
|
add custom output test
|
4 years ago |
Sebastian Hantsch
|
bc9c8dee44
|
Fix for random_shuffle (named arg seed/seed2)
|
4 years ago |
Sebastian Hantsch
|
1d90fbfb5d
|
Merge master
|
4 years ago |
Sebastian Hantsch
|
3db1b2886f
|
Unit test for Dataset shuffle
|
4 years ago |
Oceania2018
|
0142174058
|
Add tf.string.string_length.
|
4 years ago |
Oceania2018
|
559921585d
|
Fix string_split_v2 return RaggedTensor.
|
4 years ago |
Oceania2018
|
a1ebd70c46
|
RowPartition and RaggedTensor
|
4 years ago |
Niklas Gustafsson
|
dc5a59c794
|
Added 1D pooling APIs and unit tests.
Added 2D global max pooling and unit tests.
Disabled one max pooling test, needs further investigation,
|
4 years ago |
Niklas Gustafsson
|
e1b1fafb0a
|
Adding subset of text preprocessing Keras APis and unit tests.
|
4 years ago |
Sebastian Hantsch
|
d3e85fe84e
|
Pass named args to RandomShuffle; seed handling more simular to python
|
4 years ago |
Oceania2018
|
ac53791c03
|
Upgrade to SciSharp.TensorFlow.Redist v2.4.1
|
4 years ago |
Oceania2018
|
286013955a
|
Remove Range due to confilict.
|
4 years ago |
Oceania2018
|
ad6ad8493c
|
Align with tensorflow v2.4.1
|
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
|
cfffc688ff
|
Add C API for TF_StringInit.
|
4 years ago |