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.
What is the purpose of this PR? We load the model checkpoint in
class Nimbus
inapplication.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