Matthijs commited on
Commit
ff9c005
1 Parent(s): c575f97

Upload MobileNetV2ForImageClassification

Browse files
Files changed (1) hide show
  1. config.json +2 -1
config.json CHANGED
@@ -2021,7 +2021,8 @@
2021
  "model_type": "mobilenet_v2",
2022
  "num_channels": 3,
2023
  "output_stride": 32,
 
2024
  "tf_padding": true,
2025
  "torch_dtype": "float32",
2026
- "transformers_version": "4.21.0.dev0"
2027
  }
2021
  "model_type": "mobilenet_v2",
2022
  "num_channels": 3,
2023
  "output_stride": 32,
2024
+ "semantic_loss_ignore_index": 255,
2025
  "tf_padding": true,
2026
  "torch_dtype": "float32",
2027
+ "transformers_version": "4.25.0.dev0"
2028
  }