Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/lazyprogrammer/machine_learning_examples
/ load
Method
load
tf2.0/mlp_trader.py:303–305 ·
view source on GitHub ↗
(self, name)
Source
from the content-addressed store, hash-verified
301
302
303
def
load(self, name):
304
with
open(name,
"rb"
)
as
f:
305
self.model = pickle.load(f)
306
307
308
def
save(self, name):
Callers
1
mlp_trader.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected