mirror of
https://github.com/PaddlePaddle/PaddleClas.git
synced 2025-06-03 21:55:06 +08:00
* 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
18 lines
166 B
Plaintext
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
|