facebookresearch / TimeSformer

The official pytorch implementation of our paper "Is Space-Time Attention All You Need for Video Understanding?"
Other
1.57k stars 213 forks source link

There is a typo in the file `timesformer/models/vit.py`. #136

Open pyqjw opened 4 months ago

pyqjw commented 4 months ago

There is a typo in the file timesformer/models/vit.py.

The class docstring for VisionTransformer currently reads:


""" Vision Transformere
"""
It should be corrected to:

""" Vision Transformer
"""