You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
mldl@mldlUB1604:/ub16_prj/holographic-embeddings$ bash run_transe_wn18.sh
INFO:EX-KG:Fitting model TransE with trainer PairwiseStochasticTrainer and parameters Namespace(fin='data/wn18.bin', fout=None, init='nunif', lr=0.1, margin=2.0, me=500, mode='rank', nb=100, ncomp=50, ne=1, no_pairwise=False, sampler='random-mode', test_all=50)
Traceback (most recent call last):
File "kg/run_transe.py", line 41, in
ExpTransE().run()
File "/home/mldl/ub16_prj/holographic-embeddings/kg/base.py", line 50, in run
self.train()
File "/home/mldl/ub16_prj/holographic-embeddings/kg/base.py", line 154, in train
trn.fit(xs, ys)
File "/usr/local/lib/python3.5/dist-packages/scikit_kge-0.1-py3.5.egg/skge/base.py", line 197, in fit
scores_o = self.scores_o(mdl, s, p).flatten()
File "/usr/local/lib/python3.5/dist-packages/scikit_kge-0.1-py3.5.egg/skge/base.py", line 142, in _optim
sampler = sample.RandomModeSampler(self.args.ne, [0, 1], xs, sz)
File "/usr/local/lib/python3.5/dist-packages/numpy/lib/shape_base.py", line 509, in split
res = array_split(ary, indices_or_sections, axis)
File "/usr/local/lib/python3.5/dist-packages/numpy/lib/shape_base.py", line 430, in array_split
sub_arys.append(_nx.swapaxes(sary[st:end], axis, 0))
TypeError: slice indices must be integers or None or have an index method
mldl@mldlUB1604:/ub16_prj/holographic-embeddings$
The text was updated successfully, but these errors were encountered:
mldl@mldlUB1604:
/ub16_prj/holographic-embeddings$ bash run_transe_wn18.sh/ub16_prj/holographic-embeddings$INFO:EX-KG:Fitting model TransE with trainer PairwiseStochasticTrainer and parameters Namespace(fin='data/wn18.bin', fout=None, init='nunif', lr=0.1, margin=2.0, me=500, mode='rank', nb=100, ncomp=50, ne=1, no_pairwise=False, sampler='random-mode', test_all=50)
Traceback (most recent call last):
File "kg/run_transe.py", line 41, in
ExpTransE().run()
File "/home/mldl/ub16_prj/holographic-embeddings/kg/base.py", line 50, in run
self.train()
File "/home/mldl/ub16_prj/holographic-embeddings/kg/base.py", line 154, in train
trn.fit(xs, ys)
File "/usr/local/lib/python3.5/dist-packages/scikit_kge-0.1-py3.5.egg/skge/base.py", line 197, in fit
scores_o = self.scores_o(mdl, s, p).flatten()
File "/usr/local/lib/python3.5/dist-packages/scikit_kge-0.1-py3.5.egg/skge/base.py", line 142, in _optim
sampler = sample.RandomModeSampler(self.args.ne, [0, 1], xs, sz)
File "/usr/local/lib/python3.5/dist-packages/numpy/lib/shape_base.py", line 509, in split
res = array_split(ary, indices_or_sections, axis)
File "/usr/local/lib/python3.5/dist-packages/numpy/lib/shape_base.py", line 430, in array_split
sub_arys.append(_nx.swapaxes(sary[st:end], axis, 0))
TypeError: slice indices must be integers or None or have an index method
mldl@mldlUB1604:
The text was updated successfully, but these errors were encountered: