Skip to content
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

Some bugs are hidden in the AVS repo #4

Closed
junwenxiong opened this issue Dec 25, 2022 · 1 comment
Closed

Some bugs are hidden in the AVS repo #4

junwenxiong opened this issue Dec 25, 2022 · 1 comment

Comments

@junwenxiong
Copy link

I tried to train the whole model in the AVS repo, but got some errors.
image

According to this problem, i guess there are some bugs hidden in the AVS repo, or more precisely, the two lines 513 and 518 should be exchanged, and final the x1 = multi_scale[0].view(multi_scale[0].size(0),64,64,-1) need to be commented.

x1 = multi_scale[0].view(multi_scale[0].size(0),64,64,-1)

x1 = self.x1_linear(x1)

My Solution

image

@GenjiB
Copy link
Owner

GenjiB commented Jan 9, 2023

gonna fixed this on next update

@GenjiB GenjiB closed this as completed Jan 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants