MCPcopy Create free account
hub / github.com/chinawithfrank/ChatBotCourse / get_vec_dim

Method get_vec_dim

tf_classify_demo/sample_data.py:29–33  ·  view source on GitHub ↗

get_vec_dim

(self)

Source from the content-addressed store, hash-verified

27 self.max_word_id = -1
28
29 def get_vec_dim(self):
30 """
31 get_vec_dim
32 """
33 return self.vec_dim
34
35 def get_x_dim(self):
36 """

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected