keyu-tian / SparK

[ICLR'23 Spotlight🔥] The first successful BERT/MAE-style pretraining on any convolutional network; Pytorch impl. of "Designing BERT for Convolutional Networks: Sparse and Hierarchical Masked Modeling"
https://arxiv.org/abs/2301.03580
MIT License
1.41k stars 82 forks source link

How to install Tap? #39

Closed LinB203 closed 1 year ago

LinB203 commented 1 year ago

I installed Tap via pip3 install tap, but some trouble happen.

from tap import Tap
ImportError: cannot import name 'Tap' from 'tap'