Closed mxochicale closed 1 year ago
http://localhost:8888/notebooks/learning_pipeline_notebook.ipynb
---------------------------------------------------------------------------
ModuleNotFoundError Traceback (most recent call last)
/tmp/ipykernel_306051/1907640753.py in <module>
36 from torchvision import transforms, utils, models
37
---> 38 from source.dataloaders.EchocardiographicVideoDataset import EchoClassesDataset
39 from source.helpers.various import concatenating_YAML_via_tags, \
40 plot_dataset_classes, \
ModuleNotFoundError: No module named 'source'
sorted:
cd $HOME/repositories/vital-ultrasound/ai-assisted-echocardiography-for-low-resource-countries/scripts/learning-pipeline
export PYTHONPATH=$HOME/repositories/vital-ultrasound/ai-assisted-echocardiography-for-low-resource-countries/ #set PYTHONPATH environment variable
conda activate rt-ai-echo-VE
jupyter notebook # to open *.ipynb in your web-browser