fastai / docker-containers

Docker images for fastai
https://hub.docker.com/u/fastai
Apache License 2.0
173 stars 41 forks source link

How to use the pre-trained optimal model to predict my own dataset? #75

Open GaoFMH opened 1 year ago

GaoFMH commented 1 year ago

Hello, thank you for sharing your code and results. I would like to ask you a question about how to use your optimal model to predict my own dataset. I have converted my dataset from csv file to pt file, but when I try to use it for prediction, I encounter an error that says the dataset cannot be input to the model. Could you please give me some guidance on how to solve this problem? Thank you very much!

shurick81 commented 4 months ago

Did you use a docker container when you got the error @GaoFMH? Can you provide the more details like a copy paste of the error output?