You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While training with PubLayNet dataset, I found following error:
[May-10 13:04] [CRITICAL] No module named 'barez' <__main__, <module>(): 563>
Traceback (most recent call last):
File "main_publaynet.py", line 557, in <module>
main(args)
File "main_publaynet.py", line 230, in main
main_worker(0, ngpus_per_node, args)
File "main_publaynet.py", line 394, in main_worker
args=args
File "main_publaynet.py", line 479, in train_one_epoch
from barez import overlay_ann
ModuleNotFoundError: No module named 'barez'
So I use pip install barez, but I have ERROR: No matching distribution found for barez
I installed all modules in 'requirement.txt'.
I searched on google, but couldn't find a related solution. How can I solve it?
Thank you.
I use torch 1.5.1
The text was updated successfully, but these errors were encountered:
While training with PubLayNet dataset, I found following error:
So I use
pip install barez
, but I haveERROR: No matching distribution found for barez
I installed all modules in 'requirement.txt'.
I searched on google, but couldn't find a related solution. How can I solve it?
Thank you.
The text was updated successfully, but these errors were encountered: