Skip to content
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

Training error #73

Open
nebup2345 opened this issue Apr 14, 2021 · 0 comments
Open

Training error #73

nebup2345 opened this issue Apr 14, 2021 · 0 comments

Comments

@nebup2345
Copy link

nebup2345 commented Apr 14, 2021

when i executed python train.py, i am getting the following error..

[2021-04-14 20:47:48,194] [pose_dataset] [INFO] /content/gdrive/MyDrive/humanpose/COCO/annotations/ dataset 5000
Traceback (most recent call last):
File "/content/gdrive/MyDrive/humanpose/train1.py", line 196, in
train()
File "/content/gdrive/MyDrive/humanpose/train1.py", line 85, in train
df_valid = get_dataflow_batch(args.annot_path, False, args.batch_size, img_path=img_path)
File "/content/gdrive/MyDrive/humanpose/pose_dataset.py", line 388, in get_dataflow_batch
ds = get_dataflow(path, is_train, img_path=img_path)
File "/content/gdrive/MyDrive/humanpose/pose_dataset.py", line 373, in get_dataflow
ds = PrefetchData(ds, 100, multiprocessing.cpu_count() / 4)
File "/usr/local/lib/python3.6/dist-packages/tensorpack/dataflow/parallel.py", line 213, in init
assert num_proc > 0, num_proc
AssertionError: 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant