fudan-zvg / SETR

[CVPR 2021] Rethinking Semantic Segmentation from a Sequence-to-Sequence Perspective with Transformers

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

timm issue

jere1882 opened this issue · comments

I just followed the exact steps indicated in the ubuntu section of install.md

I cannot run training tough, because I get:

ModuleNotFoundError: No module named 'timm'

Simply running pip install timm messes up everything because it upgrades to torch 1.13.0. What do I do?

I solved this one by installing timm 0.3.0 - Anyways, after this, there were loads of issues to deal with. The repo doesn't really work as published here, it requires a lot of grooming.
Go use a different segmentation ViT unless you really need to use this one.