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

InitializationNotebook.ipynb #67

Open
albertohurt92 opened this issue Sep 20, 2022 · 2 comments
Open

InitializationNotebook.ipynb #67

albertohurt92 opened this issue Sep 20, 2022 · 2 comments

Comments

@albertohurt92
Copy link

Inside the script, the command echonet.utils.get_mean_and_std(ds, num_workers=2) gives me an error, this is what it tells me
Note: I don’t have CUDA only CPU

runfile('C:/Users/Alberto/Sin título5.py', wdir='C:/Users/Alberto')
The weights are at D:\Echonet\Weights
Segmentation Weights already present
EF Weights already present
loading weights from D:\Echonet\Weights\r2plus1d_18_32_2_pretrained
cuda is not available, cpu weights
EXTERNAL_TEST ['0X101026B90DAE7E95.avi']
0%| | 0/1 [00:05<?, ?it/s]
Traceback (most recent call last):

File "C:\Users\Alberto\AppData\Roaming\Python\Python39\site-packages\torch\utils\data\dataloader.py", line 986, in _try_get_data
data = self._data_queue.get(timeout=timeout)

File "C:\Program Files\Python39\lib\multiprocessing\queues.py", line 114, in get
raise Empty

Empty

The above exception was the direct cause of the following exception:

Traceback (most recent call last):

File "C:\Users\Alberto\AppData\Local\Temp\ipykernel_8536\825686444.py", line 1, in <cell line: 1>
runfile('C:/Users/Alberto/Sin título5.py', wdir='C:/Users/Alberto')

File "C:\Users\Alberto\AppData\Roaming\Python\Python39\site-packages\debugpy_vendored\pydevd_pydev_bundle\pydev_umd.py", line 175, in runfile
execfile(filename, namespace)

File "C:\Users\Alberto\AppData\Roaming\Python\Python39\site-packages\debugpy_vendored\pydevd_pydev_bundle_pydev_execfile.py", line 25, in execfile
exec(compile(contents + "\n", file, 'exec'), glob, loc)

File "C:/Users/Alberto/Sin título5.py", line 97, in
mean, std = echonet.utils.get_mean_and_std(ds, num_workers=2)

File "c:\users\alberto\src\echonet\echonet\utils_init_.py", line 110, in get_mean_and_std
for (x, *_) in tqdm.tqdm(dataloader):

File "C:\Users\Alberto\AppData\Roaming\Python\Python39\site-packages\tqdm\std.py", line 1178, in iter
for obj in iterable:

File "C:\Users\Alberto\AppData\Roaming\Python\Python39\site-packages\torch\utils\data\dataloader.py", line 517, in next
data = self._next_data()

File "C:\Users\Alberto\AppData\Roaming\Python\Python39\site-packages\torch\utils\data\dataloader.py", line 1182, in _next_data
idx, data = self._get_data()

File "C:\Users\Alberto\AppData\Roaming\Python\Python39\site-packages\torch\utils\data\dataloader.py", line 1148, in _get_data
success, data = self._try_get_data()

File "C:\Users\Alberto\AppData\Roaming\Python\Python39\site-packages\torch\utils\data\dataloader.py", line 999, in _try_get_data
raise RuntimeError('DataLoader worker (pid(s) {}) exited unexpectedly'.format(pids_str)) from e

RuntimeError: DataLoader worker (pid(s) 6784, 1192) exited unexpectedly

@LitMSCTBB
Copy link

Try 0 workers and a smaller batch size?

@fiooonna
Copy link

Make sure you have resized the videos before inputting them into the model. I got the same error and resizing them to 112X112 fixed it.
can use the notebook provided by nakamotoo

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

3 participants