Skip to content
This repository was archived by the owner on Mar 19, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion MODEL_ZOO.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ VISSL is 100% compatible with TorchVision ResNet models. It's easy to use torchv

### Converting VISSL to Torchvision

All the ResNe(X)t models in VISSL can be converted to Torchvision weights. This involves simply removing the `_features_blocks.` prefix from all the weights. VISSL provides a convenience script for this:
All the ResNe(X)t models in VISSL can be converted to Torchvision weights. This involves simply removing the `_feature_blocks.` prefix from all the weights. VISSL provides a convenience script for this:

```bash
python extra_scripts/convert_vissl_to_torchvision.py \
Expand Down