Please use following script in ipython for detail.
import pickle as pkl
test= pkl.load(open("fold-0.test.pickle","rb"))
test[0].__dict__
The "relation" for each item is the id in relation vocabulary.
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
Please use following script in ipython for detail.
import pickle as pkl
test= pkl.load(open("fold-0.test.pickle","rb"))
test[0].__dict__
The "relation" for each item is the id in relation vocabulary.