pytorch-image-models/timm
LR e0079c92da
Update eva.py (#2058)
* Update eva.py

When argument class token = False, self.cls_token = None.

Prevents error from attempting trunc_normal_ on None:
AttributeError: 'NoneType' object has no attribute 'uniform_'

* Update eva.py

fix
2023-12-16 15:10:45 -08:00
..
data Add `in_chans` to data config helper. Fix #2021 2023-11-23 12:44:59 -08:00
layers Add device arg for patch embed resize, fix #2024 2023-12-04 11:42:13 -08:00
loss
models Update eva.py (#2058) 2023-12-16 15:10:45 -08:00
optim Update sgdw for older pytorch 2023-12-11 12:10:29 -08:00
scheduler
utils
__init__.py
version.py Version 0.9.13dev0 2023-11-25 10:52:31 -08:00