Fernando Pérez-García
Fernando Pérez-García
Hi, @mueller-franzes. Thanks for reporting. You're right, the logic is inconsistent with the documentation. Would you like to submit a fix? I don't think it's completely trivial.
Awesome. Feel free to discuss the approach here first. I will push soon the branch I was using for experimenting.
@justusschock, could you please take a look?
Hi, @tomvars. Thanks for the proposal. I think this is an excellent idea. One potential solution would be leveraging the PyTorch Hub tools. I got this code working. What do...
I think it's more convenient to allow users to use their own hubconf in their repos because 1. This is what PyTorch does, so people are familiar with the syntax...
You mean something like this? ```python @classmethod def from_hub(cls, *args, **kwargs): return torch.hub.load(*args, **kwargs) ```
Hi, @naga-karthik. The feature in the comment you referenced hasn't been implemented yet. Moreover, you would need to *increase* the tolerance, not set it to 0. I see that your...
It would help a lot if you could share those images. You could simply load them, set all values to 0, save them, and share them here. That way, the...
Hi, @Fuzhiyuan. Could you please share a minimal reproducible example that I can try on my machine?
Closing as I can't reproduce with the code you have shared. Feel free to share a minimal working example I can run on my machine and reopen the issue.