MCPcopy
hub / github.com/thunlp/OpenKE / get_batch_size

Method get_batch_size

openke/data/TrainDataLoader.py:210–211  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

208 """interfaces to get essential parameters"""
209
210 def get_batch_size(self):
211 return self.batch_size
212
213 def get_ent_tot(self):
214 return self.entTotal

Calls

no outgoing calls

Tested by

no test coverage detected