fix class num (#989)

pull/992/head
littletomatodonkey 2021-06-29 20:28:55 +08:00 committed by GitHub
parent 501a179108
commit dade4ef46b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 11 additions and 11 deletions

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: MobileNetV1
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: MobileNetV2
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: ResNet101
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: ResNet152
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: ResNet50
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: SwinTransformer_base_patch4_window12_384
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: SwinTransformer_base_patch4_window7_224
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: SwinTransformer_large_patch4_window12_384
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: SwinTransformer_large_patch4_window7_224
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: SwinTransformer_small_patch4_window7_224
class_num: 1000
# loss function config for traing/eval process
Loss:

View File

@ -17,9 +17,9 @@ Global:
to_static: False
# model architecture
class_num: 1000
Arch:
name: SwinTransformer_tiny_patch4_window7_224
class_num: 1000
# loss function config for traing/eval process
Loss: