lucasjinreal / nb

Neural Network Blocks - Collect all kinds of fancy model blocks for you to build more powerful neural network model.
Other
237 stars 53 forks source link

cannot import name 'NotaBene' from partially initialized module 'nb' (most likely due to a circular import) (/opt/conda/lib/python3.8/site-packages/nb/__init__.py) #2

Open musketeera opened 3 years ago

musketeera commented 3 years ago

I want to use nb for yolov5 in docker,but meet this problem,how to solve it?

lucasjinreal commented 3 years ago

@musketeera You should install pip install nbnb as mentioned in readme.