Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/chinawithfrank/ChatBotCourse
/ load
Method
load
chatbotv2/my_seq2seq.py:190–193 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
188
return
model
189
190
def
load(self):
191
model = self.model(feed_previous=True)
192
model.load(
'./model/model'
)
193
return
model
194
195
if
__name__ ==
'__main__'
:
196
phrase = sys.argv[1]
Callers
4
gensim_word2vec.py
File · 0.45
setup_model
Method · 0.45
lstm_train.py
File · 0.45
my_seq2seq.py
File · 0.45
Calls
1
model
Method · 0.95
Tested by
no test coverage detected