-
# Prerequisites
Please answer the following question for yourself before submitting an issue.
- [X] I checked to make sure that this feature has not been requested already.
## 1. The entire U…
-
@gustheman @sayannath
It turns out that `timm` doesn't have any implementation of CoAtNet which means we really don't have any pre-trained weights available for the model at the moment. It was an …
-
Are there any pre-trained models for CoAtNet? (e.g: ImageNet [1k, 21k], COCO, ...)
-
### Issue 타입(하나 이상의 Issue 타입을 선택해주세요)
- [x] Feat : 새로운 기능 추가
- [ ] Remove : 파일 및 기능 삭제
- [ ] Test : 테스트 코드 추가
- [ ] Fix : 버그 수정
- [ ] Docs : 문서 수정
- [ ] Refactor : 코드 리펙토링
- [ ] Style : 코드 포맷팅,…
Ja2Hw updated
2 months ago
-
Hello, first off, really appreciate your work! Now, how can I use coatnet-6 and coatnet-7? Is it adding a sequential of a 'C' block followed by a 'T' block at s3?
-
# Paper Review: CoAtNet Marrying Convolution and Attention for All Data Sizes – Andrey Lukyanenko
My review of the paper CoAtNet Marrying Convolution and Attention for All Data Sizes
[https://andluk…
-
Will it be possible in the future to support variable input sizes for maxvit and coatnet?
I am experimenting with adapting various models of timm to self-supervised learning such as DINO and iBOT.
…
-
I tried to train your ViT implementation and other different backbones (like ConvNeXt, MaxViT, NFNet, CoAtNet, etc.) with the ArcFace loss function, and the loss and accuracies do not seem to converge…
-
I am attempting to convert a tensorflow CoATnet model but the gelu activation function is not supported. I notice in the previous version of the toolkit (rknn-toolkit) there is [documentation](https:/…
-
https://github.com/xmu-xiaoma666/External-Attention-pytorch/blob/2f80b03ef1cdd835d4a2d21eff6f8b3534e5d601/model/attention/CoAtNet.py#L21
Correct me, if I am wrong but isn't MLP usually a collection…