We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi colleagues, either using docker image or running code localy there is an error at step:
c_val = get_counter('/data/001/val') c_train = get_counter('/data/001/train') or c_val = get_counter('/data/val/anpr_ocr/train/') c_train = get_counter('/data/train/anpr_ocr/train/')
there are no such directories in docker image
The text was updated successfully, but these errors were encountered:
Hello! I think you have to pull repository, because it was updated few days ago. Check the latest version please.
Sorry, something went wrong.
Even after pulling we get same issue
No branches or pull requests
Hi colleagues, either using docker image or running code localy there is an error at step:
c_val = get_counter('/data/001/val')
c_train = get_counter('/data/001/train')
or
c_val = get_counter('/data/val/anpr_ocr/train/')
c_train = get_counter('/data/train/anpr_ocr/train/')
there are no such directories in docker image
The text was updated successfully, but these errors were encountered: