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

error running demo #14

Open
ake020675 opened this issue Oct 5, 2019 · 0 comments
Open

error running demo #14

ake020675 opened this issue Oct 5, 2019 · 0 comments

Comments

@ake020675
Copy link

Met an error when i run the demo with cpu "python main.py --model gcn" :

Traceback (most recent call last):
File "main.py", line 144, in
train(epoch+1)
File "main.py", line 107, in train
for batch_idx, (data, target) in enumerate(train_loader):
File "C:\ProgramData\Anaconda3\lib\site-packages\torch\utils\data\dataloader.p
y", line 804, in next
idx, data = self._get_data()
File "C:\ProgramData\Anaconda3\lib\site-packages\torch\utils\data\dataloader.p
y", line 771, in _get_data
success, data = self._try_get_data()
File "C:\ProgramData\Anaconda3\lib\site-packages\torch\utils\data\dataloader.p
y", line 737, in _try_get_data
raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.forma
t(pids_str))
RuntimeError: DataLoader worker (pid(s) 7024, 4932, 1492, 3276) exited unexpecte
dly

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