angelolab / Nimbus

Other
12 stars 1 forks source link

Added another path to model checkpoint #69

Closed JLrumberger closed 1 year ago

JLrumberger commented 1 year ago

What is the purpose of this PR? We load the model checkpoint in class Nimbus in application.py. Getting the path correct on my machine and on the github runner seems to diverge, therefore I added multiple options to resolve the paths on both machines.

How did you implement your changes

Added control flow to find a path to the model checkpoint that exists.

Remaining issues

None