Ttbd

Results 2 comments of Ttbd

@thequilo Hey!the same problem My config is as follow: ``` def _loss_names(d): ret = { "itm": 0, "mlm": 0, "mpp": 0, "vqa": 0, "nlvr2": 0, "irtr": 0, } ret.update(d) return...

> ImportError: cannot import name 'convert_norm_act' from 'timm.models.layers' Do you have such a question I downloaded the files from https://github.com/huggingface/pytorch-image-models/ and Replace the entire timm folder. It works for me