Skip to content

Error during Training Models process #783

Discussion options

You must be logged in to vote

Hi @Benson-Hsueh !

Though their instructions recommend using python -m venv to make the virtual environment, in my own experience using IVADOMED I've had an easier time using it with a conda env, and actually made one today and installed it from scratch for another user issue. Since you already were using AxonDeepSeg and followed those installation instructions, I'm going to assume you already have miniconda or anaconda installed.

Here are the steps I would recommend:

conda create -n ivadomed_venv python=3.9
conda activate ivadomed_venv
git clone https://github.com/neuropoly/ivadomed.git
cd ivadomed
pip install -e .

And follow the prompts (eg type yes or y) when asked.

These are the ste…

Replies: 2 comments 19 replies

Comment options

You must be logged in to vote
13 replies
@Benson-Hsueh
Comment options

@Benson-Hsueh
Comment options

@mathieuboudreau
Comment options

Answer selected by mathieuboudreau
@Benson-Hsueh
Comment options

@mathieuboudreau
Comment options

@mathieuboudreau
Comment options

@Benson-Hsueh
Comment options

Comment options

You must be logged in to vote
6 replies
@hermancollin
Comment options

@Benson-Hsueh
Comment options

@hermancollin
Comment options

@Benson-Hsueh
Comment options

@Benson-Hsueh
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants