Merge pull request #1407 from cuicheng01/develop

update vision_transformer.py
pull/1415/head
cuicheng01 2021-11-05 11:09:44 +08:00 committed by GitHub
commit d8fbc1b36b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.
# Code was based on https://github.com/rwightman/pytorch-image-models/blob/master/timm/models/vision_transformer.py
from collections.abc import Callable
import numpy as np