-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Troubles in requirement #5
Comments
you can find "earlystop.py" here (https://github.com/PeterWang512/CNNDetection/blob/master/earlystop.py) |
Hi @utkarshojha , is there any update on this? Are these packages that need to be installed, missing files or should we take them from Wang's repository? |
I have encountered the same problem as you. Have you solved it and how to solve it ? |
how to solve line 3 'import util' in base_options.py. |
have you solved it |
I try to repeat the training process but get trouble in some requirements.
Like line 7 "from earlystop import EarlyStopping" in train.py and line 3 'import util' in base_options.py.
I cannot easy find which package I need to install.
Would you please share your requirements.txt?
Thank you
The text was updated successfully, but these errors were encountered: