Closed amrzv closed 3 years ago
Wow, thanks for your amazing fixes! Some suggestions are really helpful and I really learned a lot! I am now merging your pull request to my main branch. Any further updates on your end will be welcome!
Thanks for your amazing project, I was glad to help a little.
Glad to have contributed a little :)
@AYUSHBlaze Cheers!
Hi!
import glob
because it isn't usedgdown
)map_location=device
intorch.load
that is inload_model
method; it fixed an error when running notebook in CPU modeRuntimeError: Attempting to deserialize object on a CUDA device but torch.cuda.is_available() is False. If you are running on a CPU-only machine, please use torch.load with map_location=torch.device('cpu') to map your storages to the CPU.
figsize=(8, 4)
for better proportions; removedfig.axes.get_yaxis().set_visible(False)
because it does nothing.