I want to edit get_files function in fastai. How can I overwrite the current get_files function and write my own?
data_block.get_files = get_files
gets the job done
I want to edit get_files function in fastai. How can I overwrite the current get_files function and write my own?
data_block.get_files = get_files
gets the job done