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