Please provide the following information when requesting support.
• Hardware Desktop 3800 Ti Ubuntu 20.04 LTS
• Network Type Unet
• TLT Version: This doesn’t work so this might be a problem?
• Training spec file unet_isbi.ipynb
• How to reproduce the issue ? Notebook code cell 4
Hello all and thanks in advance for your patience.
As part of a class project, I’m exploring TAO toolkit with sparse experience in the field which makes me believe I’m missing something simple. I followed the TAO Toolkit Quickstart Guide and stepped through the detectnet_v2 notebook with no issue as it was one that had additional tutorials for it. However, my goal is Unet and running through the unet_isbi notebook quickly gives me errors starting at cell 4:
# Install requirement
!pip3 install -r $PROJECT_DIR/deps/requirements-pip.txt
ERROR: Could not open requirements file: [Errno 2] No such file or directory: '/workspace/iva/ngc-collaterals/cv/samples/deps/requirements-pip.txt'
To my understanding, the ‘/workspace’ folder is internal to the docker container for the model, but it hasn’t been called up yet? To my limited understanding, it feels like there should be a docker container for the model running at this point but there isn’t according to docker ps
. Is there a step I’m missing somewhere?