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
3 years ago
Oceania2018
aee6cd69d0
remove generic in OpTape.
3 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.
4 years ago
Oceania2018
fafed7dd7d
Massive updates for TensorFlowOpLayer #652
4 years ago
Oceania2018
ea3fc6ade2
organize keras files.
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
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
Oceania2018
14f8adbc3d
add FuncGraph.
5 years ago
Oceania2018
f41d6bcb54
Add TF_UpdateEdge APIs.
5 years ago
Oceania2018
5f2df567a7
add overload for Layer call function, be able to input array and return array.
5 years ago
Oceania2018
d4f1c349bc
fix _apply_dense for Optimizer.
5 years ago
Oceania2018
32a0f582bf
ContextSwitchStack
5 years ago
carb0n
a2ec9b3296
fix build error
5 years ago
carb0n
92e8eb23b7
add _captures, external/internal_captures
5 years ago
Oceania2018
e631c1adfa
IInitializer for Keras. #355
5 years ago
Oceania2018
e2f7be6d43
InputLayer for Keras.
5 years ago
Oceania2018
a8a0731c4d
Change RefVariable to IVariableV1.
5 years ago
Oceania2018
468cb8e8a6
add TF_GraphSetOutputHandleShapesAndTypes api.
5 years ago
Oceania2018
ba8b0f37af
add disable_eager_execution, clean unit test.
5 years ago
Sam Harwell
02d9023621
Fix CS1587 (XML comment is not placed on a valid language element)
5 years ago