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

Error during the BLS training #11

Open
meaten opened this issue Nov 26, 2024 · 1 comment
Open

Error during the BLS training #11

meaten opened this issue Nov 26, 2024 · 1 comment

Comments

@meaten
Copy link

meaten commented Nov 26, 2024

Hi,

Thanks for the great codebase!
I run into an error in line 218 of trainer/trainer.py during running train_bls.py.
line 218: poses[baseline] = BASELINES[baseline](x_gt, y_gt, 1)
TypeError: <lambda>() takes 2 positional arguments but 3 were given

Line 218 should be as below to avoid the error.
poses[baseline] = BASELINES[baseline](x_gt, y_gt)

The change is too small, so I didn't do a pull request.
I would appreciate it if you check this!

@meaten
Copy link
Author

meaten commented Nov 26, 2024

I want to mention that the error above happens when we specify valid_data_loader.

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