Closed kobeHub closed 5 years ago
I get ModuleNotFoundError: No module named 'cardio.dataset', when I try to import cardio.dataset as ds. I install cardio via pip and git repository, but none works. I use python3.7.3
ModuleNotFoundError: No module named 'cardio.dataset'
import cardio.dataset as ds
dataset submodule has been renamed to batchflow, so try this: import cardio.batchflow as ds
dataset
batchflow
import cardio.batchflow as ds
Thank a lot!
I get
ModuleNotFoundError: No module named 'cardio.dataset'
, when I try toimport cardio.dataset as ds
. I install cardio via pip and git repository, but none works. I use python3.7.3