Andreas-w commited on
Commit
de77762
·
1 Parent(s): 62cbf53

Update metode.py

Browse files
Files changed (1) hide show
  1. metode.py +1 -1
metode.py CHANGED
@@ -17,7 +17,7 @@ def load_model(model_path):
17
  # Define the Learner object
18
  learn = Learner(dls, model, metrics=accuracy)
19
 
20
- return learn
21
 
22
  # Load the model from the .pth file and create the necessary objects
23
  #learn = load_model('my_model.pth')
 
17
  # Define the Learner object
18
  learn = Learner(dls, model, metrics=accuracy)
19
 
20
+ return learn
21
 
22
  # Load the model from the .pth file and create the necessary objects
23
  #learn = load_model('my_model.pth')