-
Notifications
You must be signed in to change notification settings - Fork 98
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
about embedding concat #11
Comments
The concatenation function is defined here:
You could also use torch.nn.functional.interpolate(input, scale_factor=2, mode='nearest') as you like. |
Hello |
@Omarelsaadany. you need to change your input image size, as with your current input image size there is an dimension error. 200724480/(20x256x50x50) is a float number and not an integer |
layer1 ~ layer3 have different feature map size, so how to concate embedding from layer1 ~ layer3?
i can't find it from the paper
The text was updated successfully, but these errors were encountered: