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

This commit is contained in:
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

View File

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