Open debinz opened 4 years ago
Hi, have you already solved the problem?
Thanks for pointing out. Since the line number doesn't correspond, wonder if you the argument method is set to "base"? The default should be base.
I'll refactor out some unused code so that it doesn't accidentally call an unused model.
I have the same problem. Probably, the reason is that prog_args.gpu is set to False, not sure why it is False since const is True and action is 'store_const' (at least this is what happened on my PC). My solution is kind of like brute force by comment out all if-condition that involves prog_args.gpu/self.gpu, which enforces the program to send all data into GPU.
I wonder if the authors could provide some hint on how to fix the weird prog_args.gpu value assignment.
Hi
I am using your great code! I have slightly modified your
models.py
to fit my regression task, but when I run thetrain.py
, error occurred:Can you give some advice about that? Thank you for your kind assistance!
Zeng