Yaohui Liu
51b5f17c9a
fix: RNN training error on linux.
2 years ago
Yaohui Liu
f1fbcf2016
feat: support model building with RNN.
2 years ago
Yaohui Liu
1903700e04
Merge branch 'master' of github.com:AsakusaRinne/TensorFlow.NET into support_function_load
2 years ago
Yaohui Liu
9420ba3243
Fix the error of loaded function model backward.
2 years ago
Yaohui Liu
0360fbb530
Fix the error when saving model with GPU.
2 years ago
Yaohui Liu
fd1eb40f25
Partially support the backward of loaded function model.
2 years ago
AsakusaRinne
acae9b3e39
Partially support the analysis of loaded functions.
2 years ago
Yaohui Liu
355ca3ab6c
Support construct graph from proto.
2 years ago
Haiping Chen
e5dfe90e9b
More SafeHandles.
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
a0cc4735e5
rename SafeOpHandle to SafeEagerOpHandle
3 years ago
Oceania2018
8dd1eecdbe
remove unnecessary variables.
3 years ago
Oceania2018
1460ec899b
fix TensorFlowOpLayer memory leak.
4 years ago
Oceania2018
8f32e831c0
EagerTensor from EagerTensor
4 years ago
Oceania2018
35bcda9fd8
_CastGrad
4 years ago
Oceania2018
a4a4da9d30
np.permutation
4 years ago
Oceania2018
200161973f
AutoNumPy annotation.
4 years ago
Oceania2018
d88fec40d2
optimize slice.
4 years ago
Oceania2018
795c28652d
remove TF_DeleteTensor in test.
4 years ago
Oceania2018
f3cbd858e7
np.frombuffer
4 years ago
Oceania2018
1cf190fba5
tf.linalg.lstsq #823
4 years ago
Oceania2018
bcb28f3d3b
fix keras reshape layer.
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
9264a19002
fix string data.
4 years ago
Oceania2018
d3e212488f
fix ndarray index.
4 years ago
Oceania2018
3c7207c251
fix GetDataType.
4 years ago
Oceania2018
01e6a38cf5
auto cast by dtype when conveting to tensor.
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
a814d2d9ee
uid_function for func_name
4 years ago
Oceania2018
a6ee058d00
Memory leak in FuncGraph #727 .
4 years ago
Oceania2018
1ae9bbc2f6
Allow object[] to be shape parameters.
4 years ago
Oceania2018
02ce65b47f
loading of hdf5 files from keras #554
4 years ago
Oceania2018
6fe6057ff4
Adjust unit test project.
4 years ago
Oceania2018
05dd652c8b
Refactor execution mode switch in keras layer.
4 years ago
Oceania2018
cfc9eb3025
Remove internal_convert_to_tensor.
4 years ago
Oceania2018
aea62f641b
Use safe AttrValue to invoke TF_SetAttrValueProto.
4 years ago
Oceania2018
4359d35850
fix scope name for init_scope().
4 years ago
Oceania2018
ba490102c1
clean code.
4 years ago
Oceania2018
87f990157e
Fix trainable_weights is empty when using Keras Functional model #626
5 years ago
Oceania2018
b79d6bcafb
Add tf.Context.RunInAutoMode to switch mode automatically.
5 years ago
Oceania2018
b63a44e1fe
Refactor convolutional layer.
5 years ago
Oceania2018
0abf166437
Add Tensors class to adapt Tensor and Tensor[].
5 years ago
Oceania2018
33e5a7b59b
Add ConcreteFunction.
5 years ago
Oceania2018
d4f1c349bc
fix _apply_dense for Optimizer.
5 years ago
Oceania2018
e2f7be6d43
InputLayer for Keras.
5 years ago
Oceania2018
04942fba74
fix creating tesnor from string array.
5 years ago