fastai1
fastai1 copied to clipboard
v1 of the fastai library. v2 is the current version. v1 is still supported for bug fixes, but will not receive new features.
Would it be possible to have fastai 1.0.63 available on pip? The latest there is 1.0.61
Hi, I seem to be getting the same average inference speed using a loop of predict versus a single pred_batch. Is that normal? I thought batch prediction would be faster.any...
Module **structured** missing under **fastai1/fastai**. Hence error in importing it while running lesson1-rf.ipynb under **fastai1/courses/ml1/**
Hey authors, I have a problem with the data bunch, I try creating the batches of images from my dataset, but the issue is the batches keep on changing, I...
hey everyone , I tried saving my databunch object using databunch.save method but it gives me a ctype error: Here is the code i used: batch_size = 64 do_flip =...