Skip to content

Commit

Permalink
update req.
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 12, 2021
1 parent f952b9f commit 3d49139
Showing 1 changed file with 1 addition and 22 deletions.
23 changes: 1 addition & 22 deletions notebooks/COVID-detection-with-Lightning-Flash.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,7 @@
},
"outputs": [],
"source": [
"# ! pip install -qU \"numpy>=1.20\" --no-binary numpy --no-build-isolation\n",
"! pip install -q python-gdcm\n",
"# ! pip install -q pylibjpeg-libjpeg pylibjpeg-openjpeg\n",
"# ! pip install -qU \"pylibjpeg==1.2\" --no-binary :all:\n",
"! pip install -qU pydicom opencv-python-headless # \"torchvision==0.8\" \"torch==1.7\"\n",
"! pip install -q https://github.com/airctic/icevision/archive/refs/heads/master.zip\n",
"! pip install -q kaggle_COVID_detection-*.whl\n",
"! pip install -qU https://github.com/Borda/kaggle_COVID-detection/archive/main.zip\n",
"! pip list | grep torch\n",
"! pip list | grep lightning\n",
"! pip list | grep dicom\n",
Expand Down Expand Up @@ -1632,21 +1626,6 @@
"## Training with Flash"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {},
"outputs": [],
"source": [
"! rm -rf lightning-flash\n",
"! pip uninstall -y lightning-flash\n",
"! git clone https://github.com/PyTorchLightning/lightning-flash.git\n",
"! cd lightning-flash && git checkout feature/icevision && pip install -q .[image]\n",
"# ! pip install -q https://github.com/PyTorchLightning/lightning-flash/archive/refs/heads/feature/icevision.zip#egg=lightning-flash[image]\n",
"! pip uninstall -y fiftyone wandb\n",
"# ! pip install -q effdet"
]
},
{
"cell_type": "code",
"execution_count": 27,
Expand Down

0 comments on commit 3d49139

Please sign in to comment.