-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
questionFurther information is requestedFurther information is requested
Description
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
/home/erolland/Bureau/Cassava/cassava-leaf-disease-classification/train_images/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.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested