Indeed, it looks like it will freeze after ~ 13 minutes, after
displaying a series of errors, including the following:
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/tensorflow/python/ops/script_ops.py",
line 158, in __call__
ret = func(*args)
File "/usr/lib/python3/dist-packages/tensorflow/python/data/ops/dataset_ops.py",
line 410, in generator_py_func
values = next(generator_state.get_iterator(iterator_id))
File "/home/vmuser/entry_offline_package_dry_run/model.py", line 96, in gen
self._worker(self.batch_size)
File "/home/vmuser/entry_offline_package_dry_run/model.py", line 89,
in _worker
batch_size=batch_size, randomize=self._randomize)
File "/home/vmuser/entry_offline_package_dry_run/importer.py", line
132, in next_batch
signal = self.get_test(self.testing)
File "/home/vmuser/entry_offline_package_dry_run/importer.py", line
80, in get_test
record = wfdb.rdrecord(os.path.join(self._data_path, record_name))
File "/home/vmuser/.local/lib/python3.5/site-packages/wfdb/io/record.py",
line 1154, in rdrecord
record = rdheader(record_name, pb_dir=pb_dir, rd_segments=False)
File "/home/vmuser/.local/lib/python3.5/site-packages/wfdb/io/record.py",
line 991, in rdheader
dir_name, pb_dir)
File "/home/vmuser/.local/lib/python3.5/site-packages/wfdb/io/_header.py",
line 705, in _read_header_lines
with open(os.path.join(dir_name, file_name), 'r') as fp:
FileNotFoundError: [Errno 2] No such file or directory:
'/home/vmuser/entry_offline_package_dry_run/tr03-0166\\tr03-0166.hea'
Please note: I'm going to manually interrupt your current entry, so
that you won't have to wait for it to finish. (When I do this, it
won't report back a log message - it will just say "internal error" or
something like that.)
However, you need to fix your code so that it will abort in case of an
error, rather than freezing. Please do not submit another entry until
you have done that.
On 8/31/18,
kili...@gmail.com <
kili...@gmail.com> wrote:
>
> Thanks again, we tried installing scipy using the .whl file first which was
>
> working (however another error in our code), now we changed it to your code
>
> and tried running the dry-run again. Can you please check if it is stuck
> again? It's running for almost an hour again... Last time it was stuck it
> was because of scipy
>
> Thanks!
>
> Am Freitag, 31. August 2018 21:00:41 UTC+2 schrieb Benjamin Moody:
>>
>> You should be able to install these packages (except scipy) by running
>>
>> pip3 install --user shortuuid-0.5.0.tar.gz
>> pip3 install --user bidict-0.17.2.tar.gz
>> pip3 install --user six-1.11.0.tar.gz
>> pip3 install --user --no-deps biosppy.zip
>>
>> and also adding dependencies (in addition to what you already had):
>>
>> python3-setuptools-scm
>> python3-pytest-runner
>>
>> For scipy, add the following:
>>
>> python3-scipy = 1.1.0-1~pn0
>>
>> On 8/31/18,
kili...@gmail.com <javascript:> <
kili...@gmail.com
>> >> > email to
physionet-challe...@googlegroups.com
>> <javascript:>
>> > email to
physionet-challe...@googlegroups.com
> --
> You received this message because you are subscribed to the Google Groups
> "physionet-challenges" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to
physionet-challe...@googlegroups.com.
>
https://groups.google.com/d/msgid/physionet-challenges/76f97bf8-6e0d-41a3-bbf0-0bbf4182c99a%40googlegroups.com.