fix: ignore prototype_win_ratios
by loading with strict=False
This commit is contained in:
@@ -59,5 +59,7 @@ if __name__ == "__main__":
|
||||
|
||||
# Load saved model
|
||||
new_model = pt.models.GLVQ.load_from_checkpoint(
|
||||
checkpoint_path="./glvq_iris.ckpt")
|
||||
checkpoint_path="./glvq_iris.ckpt",
|
||||
strict=False,
|
||||
)
|
||||
print(new_model)
|
||||
|
Reference in New Issue
Block a user