提交 5b0a47bc 编写于 作者: C cuicheng01 提交者: cuicheng01

fix NextViT config

上级 2c46b116
...@@ -11,7 +11,7 @@ Global: ...@@ -11,7 +11,7 @@ Global:
print_batch_step: 10 print_batch_step: 10
use_visualdl: False use_visualdl: False
# used for static mode and model export # used for static mode and model export
image_shape: [3, 224, 224] image_shape: [3, 384, 384]
save_inference_dir: ./inference save_inference_dir: ./inference
# training model under @to_static # training model under @to_static
to_static: False to_static: False
......
...@@ -11,7 +11,7 @@ Global: ...@@ -11,7 +11,7 @@ Global:
print_batch_step: 10 print_batch_step: 10
use_visualdl: False use_visualdl: False
# used for static mode and model export # used for static mode and model export
image_shape: [3, 224, 224] image_shape: [3, 384, 384]
save_inference_dir: ./inference save_inference_dir: ./inference
# training model under @to_static # training model under @to_static
to_static: False to_static: False
......
...@@ -11,7 +11,7 @@ Global: ...@@ -11,7 +11,7 @@ Global:
print_batch_step: 10 print_batch_step: 10
use_visualdl: False use_visualdl: False
# used for static mode and model export # used for static mode and model export
image_shape: [3, 224, 224] image_shape: [3, 384, 384]
save_inference_dir: ./inference save_inference_dir: ./inference
# training model under @to_static # training model under @to_static
to_static: False to_static: False
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册