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
while start _0_run_me.sh,
It report such error when run "python _2c_generate_fm_features.py"
t0tv_mx loaded with shape (10999998, 43)
t0 loaded with shape (10999998, 40)
22 all_withid
to write data files ...
/media/rzai/ai_data/prj/kaggle-2014-criteo/solvers/libffm-1.13/ffm-train -t 4 -s 8 -l 1e-5 /dev/shm/_tmp_2way_v.txt /dev/shm/_tmp_2way_t.txt
load results ...
Traceback (most recent call last):
File "_2c_generate_fm_features.py", line 78, in
fm_predv = pd.read_csv(open(path1 + '_tmp_2way_v.txt.out', 'r'), header=None).ix[:,0].values
IOError: [Errno 2] No such file or directory: '/dev/shm/_tmp_2way_v.txt.out'
The text was updated successfully, but these errors were encountered:
SeekPoint
changed the title
No such file or directory: '/dev/shm/_tmp_2way_v.txt.out' when run "python _2c_generate_fm_features.py"
No such file or directory: '/dev/shm/_tmp_2way_v.txt.out' when run "python _2c_generate_fm_features.py" in "_0_run_me.sh"
Jan 2, 2017
while start _0_run_me.sh,
It report such error when run "python _2c_generate_fm_features.py"
t0tv_mx loaded with shape (10999998, 43)
t0 loaded with shape (10999998, 40)
22 all_withid
to write data files ...
/media/rzai/ai_data/prj/kaggle-2014-criteo/solvers/libffm-1.13/ffm-train -t 4 -s 8 -l 1e-5 /dev/shm/_tmp_2way_v.txt /dev/shm/_tmp_2way_t.txt
load results ...
Traceback (most recent call last):
File "_2c_generate_fm_features.py", line 78, in
fm_predv = pd.read_csv(open(path1 + '_tmp_2way_v.txt.out', 'r'), header=None).ix[:,0].values
IOError: [Errno 2] No such file or directory: '/dev/shm/_tmp_2way_v.txt.out'
The text was updated successfully, but these errors were encountered: