Skip to content
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 pytorch_pretrained_vit/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def __init__(
if name is None:
check_msg = 'must specify name of pretrained model'
assert not pretrained, check_msg
assert not resize_positional_embedding, check_msg
# assert not resize_positional_embedding, check_msg
if num_classes is None:
num_classes = 1000
if image_size is None:
Expand Down