[BUG] Path to trained model from brainmapper
is a str, and doesn't have .suffix
attribute
#470
Labels
bug
Something isn't working
Describe the bug
We need the path to the
keras
model to be aPath
to call.suffix
on it, butbrainmapper
parses it as a stringTo 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.The text was updated successfully, but these errors were encountered: