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

[BUG] Path to trained model from brainmapper is a str, and doesn't have .suffix attribute #470

Closed
alessandrofelder opened this issue Nov 13, 2024 · 0 comments · Fixed by #471
Assignees
Labels
bug Something isn't working

Comments

@alessandrofelder
Copy link
Member

alessandrofelder commented Nov 13, 2024

Describe the bug
We need the path to the keras model to be a Path to call .suffix on it, but brainmapper parses it as a string

To Reproduce
run brainmapper and pass --trained-model <path to model>- thanks to @JRegg66 for reporting!

Expected behaviour
We can pass trained models from brainmapper without issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant