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 running train_Stack.py I am getting below error:
Traceback (most recent call last):
File "D:\Innovation day 2019\python\lib\site-packages\torch\utils\data\dataloader.py", line 724, in _try_get_data
data = self._data_queue.get(timeout=timeout)
File "D:\Innovation day 2019\python\lib\multiprocessing\queues.py", line 105, in get
raise Empty
_queue.Empty
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/kiku/FontTransfer/MC-GAN/train_Stack.py", line 44, in
for i, data in enumerate(dataset):
File "C:\Users\kiku\FontTransfer\MC-GAN\data\data_loader.py", line 211, in next
A, A_paths = next(self.data_loader_iter_A)
File "D:\Innovation day 2019\python\lib\site-packages\torch\utils\data\dataloader.py", line 804, in next
idx, data = self._get_data()
File "D:\Innovation day 2019\python\lib\site-packages\torch\utils\data\dataloader.py", line 771, in _get_data
success, data = self._try_get_data()
File "D:\Innovation day 2019\python\lib\site-packages\torch\utils\data\dataloader.py", line 737, in _try_get_data
raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str))
RuntimeError: DataLoader worker (pid(s) 18360) exited unexpectedly
Process finished with exit code 1
The text was updated successfully, but these errors were encountered:
While running train_Stack.py I am getting below error:
Traceback (most recent call last):
File "D:\Innovation day 2019\python\lib\site-packages\torch\utils\data\dataloader.py", line 724, in _try_get_data
data = self._data_queue.get(timeout=timeout)
File "D:\Innovation day 2019\python\lib\multiprocessing\queues.py", line 105, in get
raise Empty
_queue.Empty
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/kiku/FontTransfer/MC-GAN/train_Stack.py", line 44, in
for i, data in enumerate(dataset):
File "C:\Users\kiku\FontTransfer\MC-GAN\data\data_loader.py", line 211, in next
A, A_paths = next(self.data_loader_iter_A)
File "D:\Innovation day 2019\python\lib\site-packages\torch\utils\data\dataloader.py", line 804, in next
idx, data = self._get_data()
File "D:\Innovation day 2019\python\lib\site-packages\torch\utils\data\dataloader.py", line 771, in _get_data
success, data = self._try_get_data()
File "D:\Innovation day 2019\python\lib\site-packages\torch\utils\data\dataloader.py", line 737, in _try_get_data
raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str))
RuntimeError: DataLoader worker (pid(s) 18360) exited unexpectedly
Process finished with exit code 1
The text was updated successfully, but these errors were encountered: