PaddleClas/.gitignore
sky e1a7840816
【Feature】fix the resolution problem for clip-vision transformer part and swim … (#3001)
* fix the resolution problem for clip-vision transformer part and swim transformer

fix the resolution problem for clip-vision transformer part and swim transformer

* adjust function name

* integrate the pading function to one

* support non 224 resolution

* fix clip patch embedding resolution problem

* fix conflict

remove the conflict checkpoint function

* Revert "fix conflict"

This reverts commit d7a7dade71ea5f9a6ac178e113dbcbd65d5a64b3.

* fix conflict

remove check resolution function
2023-10-18 20:55:37 +08:00

18 lines
166 B
Plaintext

__pycache__/
*.pyc
*.sw*
*/workerlog*
checkpoints/
output*/
pretrained/
.ipynb_checkpoints/
*.ipynb*
_build/
build/
log/
nohup.out
.DS_Store
.idea
inference/
test.py