Configuring The Working Directory In Eclipse 3.8.1 With Pydev-project
I'm trying run a python script in Eclipse 3.8.1 but I keep getting the error message: IOError: [Errno 2] No such file or directory The problem occurs in a code line: train_labe
Solution 1:
try :
train_labels = np.loadtxt("../data/class_train.labels")
Post a Comment for "Configuring The Working Directory In Eclipse 3.8.1 With Pydev-project"