We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e45d8a commit efa3407Copy full SHA for efa3407
README.md
@@ -60,7 +60,12 @@ conda create --name covr
60
conda activate covr
61
```
62
63
-Install the following packages inside the conda environment:
+To install the necessary packages, you can use the provided requirements.txt file:
64
+```bash
65
+python -m pip install -r requirements.txt
66
+```
67
+
68
+Alternatively, you can manually install the following packages inside the conda environment:
69
70
```bash
71
python -m pip install pytorch_lightning --upgrade
requirements.txt
@@ -0,0 +1,10 @@
1
+pytorch_lightning
2
+hydra-core
3
+lightning
4
+einops
5
+pandas
6
+opencv-python
7
+timm
8
+fairscale
9
+tabulate
10
+transformers
0 commit comments