add some details in vit-b16 example (#46)

pull/48/head
ver217 2021-12-02 09:29:27 +08:00 committed by GitHub
parent e67dab92a9
commit 4da256a584
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -73,6 +73,6 @@ dali = dict(
engine = dict(
schedule=None,
gradient_handlers=None,
gradient_accumulation=16,
gradient_accumulation=32,
gradient_clipping=1.0,
)