Open pyqjw opened 4 months ago
There is a typo in the file timesformer/models/vit.py.
timesformer/models/vit.py
The class docstring for VisionTransformer currently reads:
VisionTransformer
""" Vision Transformere """ It should be corrected to: """ Vision Transformer """
There is a typo in the file
timesformer/models/vit.py
.The class docstring for
VisionTransformer
currently reads: