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
I am not sure but I don't think it is the normal behavior of the export of fastai to use the directory of the training set and not the model_dir to export its model.
The text was updated successfully, but these errors were encountered:
I am not 100 % sure it is a bug.
Running code from here : https://github.com/Cdk29/Cassava/blob/main/Xresnet.md
Particularly :
I create the learner using :
learnR <- dataloader %>% cnn_learner(xresnet50(), metrics = accuracy(), model_dir="Xresnet_files/") #prettier
But fastai export it elsewhere :
erolland@erolland-GL75-9SE:~/Bureau$ locate xresnet_50.pkl
I am not sure but I don't think it is the normal behavior of the export of fastai to use the directory of the training set and not the model_dir to export its model.
The text was updated successfully, but these errors were encountered: