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
Hey, Christian I would like to request you to kindly make any changes to the code so that it can be used for fastai v2.
Also, in the following version the images that are created in batches using databunch are dynamic in nature, i.e. each time i call data.show_batch() it shows different sets of images even though there are only 2 images used for creation and batch size is 2.
It would be really helpful if you can make it for a new fastai v2 datablock , instead of an older data bunch object, or if you could tell on how to create a fixed set of batches of images that doesn't keeps on changing.
Thanks and regards,
Harshit
The text was updated successfully, but these errors were encountered:
I do not have the time to make these changes.
But this is an open-source project, so you are invited to implement the necessary features and submit a pull request.
Hey, Christian I would like to request you to kindly make any changes to the code so that it can be used for fastai v2.
Also, in the following version the images that are created in batches using databunch are dynamic in nature, i.e. each time i call data.show_batch() it shows different sets of images even though there are only 2 images used for creation and batch size is 2.
It would be really helpful if you can make it for a new fastai v2 datablock , instead of an older data bunch object, or if you could tell on how to create a fixed set of batches of images that doesn't keeps on changing.
Thanks and regards,
Harshit
The text was updated successfully, but these errors were encountered: