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
9d10daf30f
add reconstruction and setstate of NDArray for loading pickled npy file.
2 years ago
Yaohui Liu
6b30902ee8
fix: error after merging LSTM support.
2 years ago
Yaohui Liu
44d203da5e
Add the constructor of ndarray which reuse memory.
2 years ago
Yaohui Liu
747e6585e7
Change type of BuildInputShape to KerasShapesWrapper.
2 years ago
Yaohui Liu
404c803ce2
Support the multiple inputs of keras model.fit.
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
Haiping Chen
ec340eeff5
np.ones_like and np.zeros_like
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
Oceania2018
d1fc44dcef
Add InboundLayers to Node
3 years ago
Oceania2018
029779f1da
Multithreading with Keras. #890
3 years ago
Oceania2018
6d21358331
fix init ndarray in int array. #884
3 years ago
Oceania2018
392fa09fb4
only resolve if necessary.
3 years ago
Oceania2018
f3a5d19087
fix AutoNumPy crash when in multiple thread.
4 years ago
Oceania2018
8f32e831c0
EagerTensor from EagerTensor
4 years ago
Oceania2018
c7ee2308fb
fix ToMultiDimArray
4 years ago
Oceania2018
f86d4f54d1
np.any
4 years ago
Oceania2018
1478a2c2dc
IEnumerable<NDArray>
4 years ago
Oceania2018
e748a8ff07
overload ndarray == operator
4 years ago
Oceania2018
432ae2091b
copy value when get numpy.
4 years ago
Oceania2018
141bdf3384
add missing np api but pending to implemented.
4 years ago
Oceania2018
a4a4da9d30
np.permutation
4 years ago
Oceania2018
200161973f
AutoNumPy annotation.
4 years ago
Oceania2018
45e136575a
NDArrayRender
4 years ago
Oceania2018
f5cbf89a38
fix ndarray to string.
4 years ago
Oceania2018
d88fec40d2
optimize slice.
4 years ago
Oceania2018
e73ed66b7c
add SafeTensorHandle to manage tensor handle reference.
4 years ago
Oceania2018
f3cbd858e7
np.frombuffer
4 years ago
Oceania2018
83151d2b36
logical_and
4 years ago
Oceania2018
1cf190fba5
tf.linalg.lstsq #823
4 years ago
Oceania2018
16ff7a3daf
fix keras pad_sequences.
4 years ago
Oceania2018
734430d48c
slice assign works
4 years ago
Oceania2018
7f0b9b68ac
add np.load.
4 years ago
Oceania2018
254ba33823
fix all unit test.
4 years ago
Oceania2018
2e3bc0630f
fix NumPy frombuffer.
4 years ago
Oceania2018
0b6e855439
Shape as_int_list
4 years ago
Oceania2018
56a25a15c5
fix make_tensor_proto when dtype is different.
4 years ago
Oceania2018
22effd6553
Using Shape instead of TensorShape.
4 years ago
Oceania2018
8784c31cb3
change tensor shape to Shape.
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
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
a947fd8aa9
fix NDArray indexing.
4 years ago
Oceania2018
da33a8b18d
Introduce Axis record type.
4 years ago