-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number of ResNet block #2
Comments
Also, the ResNet embedding is done on single image patches instead of the whole complete image as it is hinted on the figure "Full Episode Sequence" (See Figure 15 in the appendix) |
The Figure 5 shows they uses patches from complete image for full episode sequences. (They explicitly marked them with comma and ellipsis) |
Now I understand what you said I have read the paper of Gato and ViT again to clarify how Gato handles the image patches. What I understand about the process is:
I'm gonna update the ResNet code |
@OrigamiDream
The paper mentions on page 4 "Tokens belonging to image patches for any time-step are embedded using a single ResNet block".
So we could update the Readme.md and just use a number of 1 ResNet block during image embedding.
The text was updated successfully, but these errors were encountered: