Closed IgorTatarnikov closed 1 month ago
Before submitting a pull request (PR), please read the contributing guide.
Please fill out as much of this template as you can, but if you have any problems or questions, just leave a comment and we will help out :)
What is this PR
Why is this PR needed? See #459
What does this PR do? Check if the trained_model ends in .h5. If so, warn the user, and load the weights into a default model.
trained_model
.h5
closes #459
Tested locally with the model weights from the paper.
No.
Yes, will come in a subsequent PR.
Before submitting a pull request (PR), please read the contributing guide.
Please fill out as much of this template as you can, but if you have any problems or questions, just leave a comment and we will help out :)
Description
What is this PR
Why is this PR needed? See #459
What does this PR do? Check if the
trained_model
ends in.h5
. If so, warn the user, and load the weights into a default model.References
closes #459
How has this PR been tested?
Tested locally with the model weights from the paper.
Is this a breaking change?
No.
Does this PR require an update to the documentation?
Yes, will come in a subsequent PR.
Checklist: