Closed tohnperfect closed 7 years ago
RESIZE_METHOD = 'crop'
to 'RESIZE_METHOD = 'scale'
It will solve the broadcasting issue.
Good luckThank you @Noor59007. Should I do both or do either of these? As I don't want to downgrade cudnn and/or cuda toolkit.
The best possible solution is to downgrade v4 of cudnn with latest cuda. If you don't want it, you may have to upgrade the repository's code on latest theano. which is difficult. (you may upggrade cudnn anytime you need). The crop problem can be solved with 2nd suggestion in a short time. In both cases, the purpose is to display the 84X84 img....
On Thu, Feb 9, 2017 at 9:18 AM, tohnperfect notifications@github.com wrote:
Thank you @Noor59007 https://github.com/Noor59007. Should I do both or do either of these? As I don't want to downgrade cudnn and/or cuda toolkit.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/nadavbh12/Retro-Learning-Environment/issues/10#issuecomment-278506396, or mute the thread https://github.com/notifications/unsubscribe-auth/AMXORFntTEKLdv3hBHcnZs-nFTSM7RySks5raltVgaJpZM4L7H0t .
-- Kind Regards:
Sehar Shahzad Farooq
Thank you very much @sehar146
I moved to test the RLE library with the tensorflow implementation of the DQN algorithm, this repo.
After I ran the following command,
I encountered this error,
I am sorry to post the issue of the deep_q_rl here because I could not create the issue there.