Closed sshivam95 closed 6 months ago
Use mmappickle to create entity_to_idx.p, relation_to_idx.p, and train_set.npy for the full dataset
mmappickle
entity_to_idx.p
relation_to_idx.p
train_set.npy
Use mmappickle.mmapdict approach from #4 to tackle this issue.
mmappickle.mmapdict
Update: As stated here in issue #9, working on this approach is only useful if size of dataset is greater than the node size provided in the cluster. Therefore, closing this now. Reopen if this method is needed in future.
Use
mmappickle
to createentity_to_idx.p
,relation_to_idx.p
, andtrain_set.npy
for the full dataset