You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@CesurMurka and @zhjmcjk I didn't reach this stage, and I got this error. How did you resolve this? If you didn't get an error could you please mention your Pytorch version?
File "main.py", line 30, in main trnr = trainer.Trainer(args, dataset) File "D:\Neda\Pytorch\NAS\trainer.py", line 160, in __init__ self.build_model() File "D:\Neda\Pytorch\NAS\trainer.py", line 182, in build_model self.shared = models.RNN(self.args, self.dataset) AttributeError: module 'models' has no attribute 'RNN'
I try to run the ptb example using the command: (No GPU on my laptop)
python main.py --network_type rnn --dataset ptb --num_gpu 0
The program ran for a while, and an error occurred.
Can anyone give me some advice? Thanks!
The text was updated successfully, but these errors were encountered: