Running problems
traderforce opened this issue · 2 comments
traderforce commented
Dear author, I use the code for research experiments. But I met problems when running the model training, and the followings are my running ways. Could you help directing my problems or share with me an extra way to run the code. Thanks much!
I use sample data from this site. I use visual studio to run the code, and set argv's parameters as follows to run "ag_train". (input the parameters in "Command Arguments")
Then I met "Error: failed to open attribute file."
Looking forward to receiving your reply, thanks !
dariasor commented
You haven't set up the working directory - right below Command Arguments. So it is looking for the data.attr in the wrong place.
traderforce commented
You haven't set up the working directory - right below Command Arguments. So it is looking for the data.attr in the wrong place.
Got it. Thanks for your help!