Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
Callers
13
train_analogy_WN18RR.py
File · 0.45
train_transe_WN18_adv_sigmoidloss.py
File · 0.45
train_simple_WN18RR.py
File · 0.45
train_hole_WN18RR.py
File · 0.45
train_transr_FB15K237.py
File · 0.45
train_rotate_WN18RR_adv.py
File · 0.45
train_rescal_FB15K237.py
File · 0.45
train_transh_FB15K237.py
File · 0.45
train_distmult_WN18RR.py
File · 0.45
train_distmult_WN18RR_adv.py
File · 0.45
train_complex_WN18RR.py
File · 0.45
train_transe_FB15K237.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected