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

Problem with provided weights and Source Code #2

Open
elkleis opened this issue Nov 18, 2022 · 0 comments
Open

Problem with provided weights and Source Code #2

elkleis opened this issue Nov 18, 2022 · 0 comments

Comments

@elkleis
Copy link

elkleis commented Nov 18, 2022

Hi, I recently downloded the weights provided here, and found some inconsistencies.

  • First, the best weights seem to be for a slightly modified ResNet18 model, and not the ResNet50 as stated.
  • The channels of the image are 2 but on the Source Code are left as 3.
  • This Error comes up : ValueError: Dimension 1 in both shapes must be equal, but are 1 and 4. Shapes are [8192,1] and [8192,4]. for 'Assign_106' (op: 'Assign') with input shapes: [8192,1], [8192,4].
    As I understand, this is refferred to the outputs of the model. But why is it 4 if we're only expecting steering prediction?
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

1 participant