You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, this code causes an error when loading a pre-trained model. I believe lines 211-212 were meant to be indented inside the if statement, as otherwise, the condition does not make sense. Indenting these lines fixed the issue for me.
The text was updated successfully, but these errors were encountered:
Currently, this code causes an error when loading a pre-trained model. I believe lines 211-212 were meant to be indented inside the if statement, as otherwise, the condition does not make sense. Indenting these lines fixed the issue for me.
The text was updated successfully, but these errors were encountered: