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
Traceback (most recent call last):
File "G:\Anaconda3\envs\keras\lib\runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "G:\Anaconda3\envs\keras\lib\runpy.py", line 85, in _run_code
exec(code, run_globals)
File "E:\Model\NewYerevaNN\mimic3-benchmarks\mimic3models\in_hospital_mortality\main.py", line 109, in <module>
train_raw = utils.load_data(train_reader, discretizer, normalizer, args.small_part)
File "E:\Model\NewYerevaNN\mimic3-benchmarks\mimic3models\in_hospital_mortality\utils.py", line 18, in load_data
data = [discretizer.transform(X, end=t)[0] for (X, t) in zip(data, ts)]
File "E:\Model\NewYerevaNN\mimic3-benchmarks\mimic3models\in_hospital_mortality\utils.py", line 18, in <listcomp>
data = [discretizer.transform(X, end=t)[0] for (X, t) in zip(data, ts)]
File "E:\Model\NewYerevaNN\mimic3-benchmarks\mimic3models\preprocessing.py", line 109, in
write(data, bin_id, channel, row[j], begin_pos)
File "E:\Model\NewYerevaNN\mimic3-benchmarks\mimic3models\preprocessing.py", line 80, in write
category_id = self._possible_values[channel].index(value)
ValueError: '0' is not in list
The text was updated successfully, but these errors were encountered:
When I run below command, got a error message. Any idea to fix it? Thanks.
The text was updated successfully, but these errors were encountered: