Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ save
Method
save
tf2.0/rl_trader.py:320–321 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
318
319
320
def
save(self, name):
321
self.model.save_weights(name)
322
323
324
Callers
1
rl_trader.py
File · 0.45
Calls
1
save_weights
Method · 0.45
Tested by
no test coverage detected