Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ save
Method
save
tf2.0/keras_trader.py:327–328 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
325
326
327
def
save(self, name):
328
self.model.save_weights(name)
329
330
331
Callers
1
keras_trader.py
File · 0.45
Calls
1
save_weights
Method · 0.45
Tested by
no test coverage detected