nfnets-pytorch icon indicating copy to clipboard operation
nfnets-pytorch copied to clipboard

NFNets and Adaptive Gradient Clipping for SGD implemented in PyTorch. Find explanation at tourdeml.github.io/blog/

Results 4 nfnets-pytorch issues
Sort by recently updated
recently updated
newest added

We import Iterable from Python's collections library, but this was moved to collections.abc

Howdy :) Python 3.10+ collections library does not have the Iterable abstract class; it was moved to collections.abc. I propose a simple solution to this :)

Hi, I am interested in using your architecture for a semantic segmentation problem. I am therefore using the [segmentation_models.pytorch](https://github.com/qubvel/segmentation_models.pytorch#timm) library, which luckily implements timm and therefore your architecture as the...