Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Hironsan/BossSensor
/ __init__
Method
__init__
boss_train.py:76–77 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
74
FILE_PATH =
'./store/model.h5'
75
76
def
__init__(self):
77
self.model = None
78
79
def
build_model(self, dataset, nb_classes=2):
80
self.model = Sequential()
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected