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
I want to predict 84x84 grey scale image. How to change the input size in code ?
I try replacing all 210x160x3 definition in the net.py but it doesn't work.
Unfortunately, this repo does not include the network architecture used for 84x84 gray scale images.
You should modify net.py based on the details in the paper so that it can deal with 84x84 images.
Thanks.
I want to predict 84x84 grey scale image. How to change the input size in code ?
I try replacing all 210x160x3 definition in the net.py but it doesn't work.
Thanks
The following is error message:
The text was updated successfully, but these errors were encountered: