MehdiAbbanaBennani / continual-learning-ogdplus

Code for "Generalisation Guarantees for Continual Learning with Orthogonal Gradient Descent" (ICML 2020 - Lifelong Learning Workshop)
MIT License
41 stars 6 forks source link

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

Open fengjiyuan opened 1 year ago

fengjiyuan commented 1 year ago

How to solve this problem? I have used the command "pip install tap", but there is no class named Tap.

return-sleep commented 1 year ago

https://blog.csdn.net/CCCDeric/article/details/129292190 This solution works for me.