Open AviVarma opened 3 years ago
After some digging, I found that there are a few definitions of evaluate_dataset that have different parameters. I was able to get past that error by simply adding , args=None
to every function header for evaluate_dataset that didn't already have one. I'll make a pull request so you can see the changes I made directly.
I am trying to run this on Ubuntu using the Anaconda enviroment provided. I successfully ran the
bash ./pull_data.sh
and was able to create the anaconda enviroment.Note:
There were some adjustment required howerver, for example I had to downgrade astor to 0.7.1 (
pip install astor==0.7.1
) and had to manually install xgboost usingconda install -c conda-forge xgboost
orpip install xgboost
.My Input:
bash ./scripts/atis/train.sh 0
Console Ouptut: