Yaohui Liu
1903700e04
Merge branch 'master' of github.com:AsakusaRinne/TensorFlow.NET into support_function_load
2 years ago
Yaohui Liu
c8691387ab
Revise some implementation details.
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
Yaohui Liu
31f79e8a5f
Update protobuf and fix autograph.
2 years ago
Yaohui Liu
6a9ccea29f
Resolve some wrong implementations.
2 years ago
AsakusaRinne
3943375b67
Support loading weights for customized layer.
2 years ago
AsakusaRinne
acae9b3e39
Partially support the analysis of loaded functions.
2 years ago
AsakusaRinne
4e6431ed85
Align some implementations of Graph and FuncGraph.
2 years ago
Yaohui Liu
355ca3ab6c
Support construct graph from proto.
2 years ago
Haiping Chen
f4450e9e53
output_names exeption if length is zero.
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
db625c7834
remove default graph validation
3 years ago
Oceania2018
22d362ec13
fixed Minimum - CategoricalCrossentropy #901
3 years ago
Oceania2018
318f9910ea
gradient function Conv2DBackpropInput #895
3 years ago
dss
0e5f56e21e
fix dupe graph node name
3 years ago
Oceania2018
ebfb3275cf
clean code.
3 years ago
Oceania2018
029779f1da
Multithreading with Keras. #890
4 years ago
Oceania2018
aee6cd69d0
remove generic in OpTape.
4 years ago
Oceania2018
85139ed131
Fix Session.LoadFromSavedModel memroy leak.
4 years ago
Oceania2018
f3a5d19087
fix AutoNumPy crash when in multiple thread.
4 years ago
Oceania2018
8f32e831c0
EagerTensor from EagerTensor
4 years ago
Oceania2018
22effd6553
Using Shape instead of TensorShape.
4 years ago
Oceania2018
f3eb31fb87
Built-in numpy api.
4 years ago
Oceania2018
a814d2d9ee
uid_function for func_name
4 years ago
Oceania2018
6a8665f111
Add Conv2DTranspose #735
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
6d1b45993d
Fix resize_nearest_neighbor_grad.
4 years ago
Oceania2018
6fe6057ff4
Adjust unit test project.
4 years ago
Oceania2018
a30df75aa9
Upgrade NumSharp.Lite to v0.1.10.
4 years ago
Oceania2018
e75a111620
lift_to_graph
4 years ago
Oceania2018
2093577a98
Implement FuncGraph.capture_eager_tensor.
4 years ago
Oceania2018
58d2daebfa
Fix graph instance in InputLayer.
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
505565550f
Allow Tensors to extend.
4 years ago
Oceania2018
78905e3864
fix unit test.
4 years ago
Oceania2018
e19e59b3dd
Add FunctionCallOptions.
4 years ago
Oceania2018
4d86da6650
Override create_op in FuncGraph.
5 years ago
Oceania2018
fafed7dd7d
Massive updates for TensorFlowOpLayer #652
5 years ago
Oceania2018
ea3fc6ade2
organize keras files.
5 years ago
Oceania2018
ba490102c1
clean code.
5 years ago
Oceania2018
87f990157e
Fix trainable_weights is empty when using Keras Functional model #626
5 years ago
Oceania2018
b6f155c71d
fix Keras Functional Inputs #624
5 years ago
Oceania2018
b59122f511
Disable AutoGraphAttribute.
5 years ago
Oceania2018
33e5a7b59b
Add ConcreteFunction.
5 years ago
Oceania2018
12ea493080
Add ConcreteFunction to support dataset map.
5 years ago