|
|
há 12 horas atrás | |
|---|---|---|
| .. | ||
| extensions | há 12 horas atrás | |
| src | há 12 horas atrás | |
| __init__.py | há 12 horas atrás | |
| convnext_timm.py | há 12 horas atrás | |
| readme.md | há 12 horas atrás | |
| vit_all.py | há 12 horas atrás | |
this is a fork of s4nd
conda create -n s4 --clone vmamba
pip install pytorch_lightning timm==0.5.4 hydra-core
cd extensions/kernels/ && python setup.py install
change convnexts4nd/src/models/sequence/modules/s4nd.py#233:
"int(l_i if l_k is None else min(l_i, round(l_k / rate))) for l_i, l_k in zip(L_input, self.l_max)"