MCPcopy 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
195if __name__ == '__main__':
196 phrase = sys.argv[1]

Callers 4

gensim_word2vec.pyFile · 0.45
setup_modelMethod · 0.45
lstm_train.pyFile · 0.45
my_seq2seq.pyFile · 0.45

Calls 1

modelMethod · 0.95

Tested by

no test coverage detected