Oceania2018
|
d3e212488f
|
fix ndarray index.
|
4 years ago |
Oceania2018
|
083c8e8d6f
|
fix ndarray to tensor implicit convertion.
|
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
|
dded90a564
|
fix string tensor for non ascii char.
|
4 years ago |
Oceania2018
|
3c7207c251
|
fix GetDataType.
|
4 years ago |
Oceania2018
|
16d48a1d0e
|
Remove AllocationType.
|
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
|
9c2d5c4897
|
fix NDArray creation in graph mode.
|
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
|
8048b6258a
|
Add RepeatDataSetCrash test.
|
4 years ago |
Oceania2018
|
3d943a10c1
|
IDataset cardinality.
|
4 years ago |
Oceania2018
|
a994a86794
|
Add mean_absolute_error to metrics.
|
4 years ago |
Oceania2018
|
500f0c0cca
|
Fix preserve_cardinality for ParallelMapDataset.
|
4 years ago |
Oceania2018
|
a7df67b13c
|
Fix timeseries_dataset_from_array.
|
4 years ago |
Oceania2018
|
61192ae572
|
Fix ParseSlices for Tensor overload.
|
4 years ago |
Oceania2018
|
11fdd9a8ee
|
Remove Range class due to conflict with .net 5.
|
4 years ago |
Oceania2018
|
9a4c518401
|
Change Config as JObject in KerasMetaData
|
4 years ago |
Oceania2018
|
76a342c91d
|
Add keras Resizing layer.
|
4 years ago |
Oceania2018
|
954462f4f8
|
KerasObjectLoader
|
4 years ago |
Oceania2018
|
07c7835a03
|
Update protobuf align with tf 2.5.0.
|
4 years ago |
Oceania2018
|
13e4e3e20e
|
Fix slice in Tensor.
|
4 years ago |
Oceania2018
|
899d15e367
|
add audio.decode_wav
|
4 years ago |
Oceania2018
|
773a3bad6b
|
Add Preprocessing.timeseries_dataset_from_array
|
4 years ago |
Oceania2018
|
1b7e25cd8f
|
release v0.40.1.
|
4 years ago |
MPnoy
|
b1e17f1682
|
some RNN
|
4 years ago |
Oceania2018
|
a653914321
|
Fix _SliceGrad #800
|
4 years ago |
Lee Reid
|
8d7b85aa55
|
fixed arg_min
|
4 years ago |
Lee Reid
|
52424d7eed
|
Fixed _min
|
4 years ago |
Lee Reid
|
eb8b92ed57
|
fix to log
|
4 years ago |
Lee Reid
|
0bf6ec0a74
|
Fix casting
|
4 years ago |
Oceania2018
|
f0030ca9bb
|
reset_metrics for every epoch.
|
4 years ago |
Oceania2018
|
f55650d9e1
|
Fix gradient of squared_difference #787
|
4 years ago |
Lee Reid
|
30da91c39b
|
Added gradients for acos, asin, atan
|
4 years ago |
Oceania2018
|
b54cbaa772
|
Fix binary_accuracy for keras.
|
4 years ago |
Lee Reid
|
e007e86d26
|
Fixed many simple functions in gen_math_ops.cs
|
4 years ago |
Oceania2018
|
a814d2d9ee
|
uid_function for func_name
|
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
|
454a55b35c
|
Corrected fast path call to GatherV2
|
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 |
Oceania2018
|
d4f3df29ce
|
optimize_dataset_v2
|
4 years ago |
Niklas Gustafsson
|
616b62bd4f
|
Implemented Conv1D and unit tests.
|
4 years ago |