Open francescosaracco opened 3 years ago
Hi there, thanks for the kind words.
It seems in the second set of logs you've posted, there's a dependency on TensorFlow 2.5.0. I'm a little confused about this. I should note that the code here is not TensorFlow 2 compatible unfortunately.
As for the missing argument issue, I've put in a fix. I accidentally omitted an argument, thank you for flagging.
I've made some new changes based on feedback from someone else. Try fetching and running it again.
Hi @ptuls! First of all, thanks for your interesting work! I got here from your Medium article, which I found very clear and appealing. I tried to reproduce the training and testing on the Covertype dataset as explained in the README, but I got into some problems, which I suppose are due to package incompatibilities (note: I'm running the code on a Google Colab instance). In fact, when running run.sh I get the following error:
I tried to solve the incompatibility with the closest numpy version possible, namely 1.16.0, but its installations causes a lot more incompatibilities:
Nevertheless, when executing
<train_classifier.py>
the error I get is related to a utility function:Forgive me for the wall of text, I tried to be as complete as possible in the problem description. Maybe I'm doing something wrong, in which case I ask if you could kindly give me a hint.
Thank you!