Skip to content

Commit

Permalink
[Fix]: cae pre-train config bug
Browse files Browse the repository at this point in the history
  • Loading branch information
YuanLiuuuuuu committed Apr 22, 2022
1 parent 7a00f4f commit bbcc8cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = 'cae_vit-base-p16_32xb64-coslr-300e_in1k.py'
_base_ = 'cae_vit-base-p16_32xb64-fp16-coslr-300e_in1k.py'

# dataset
data = dict(samples_per_gpu=128, workers_per_gpu=8)
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
_base_ = 'cae_vit-base-p16_16xb128-coslr-300e_in1k.py'
_base_ = 'cae_vit-base-p16_16xb128-fp16-coslr-300e_in1k.py'

# dataset
data = dict(samples_per_gpu=256, workers_per_gpu=8)

0 comments on commit bbcc8cb

Please sign in to comment.