Skip to content

Commit b2f8566

Browse files
author
Dimitri Korsch
committed
added installation instruction for the FVE Layer
1 parent 48909a4 commit b2f8566

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,12 @@ conda install -c conda-forge cudatoolkit~=11.0.0 cudatoolkit-dev~=11.0.0 cudnn~=
2323
pip install -r requirements.txt
2424
```
2525

26-
4. _(optional)_ Install dependencies for tests
26+
4. Install FVE-Layer implementation:
2727
```bash
28-
pip install -r requirements.dev.txt
28+
git submodule init
29+
git submodule update
30+
cd fve_layer
31+
make
2932
```
3033

3134

@@ -38,11 +41,6 @@ pip install -r requirements.dev.txt
3841

3942
***Note:** Sacred is <u>optional</u>, but if it is not running, you need to append `--no_sacred` in the execution of the experiments*. Example : `./train.sh --no_sacred`.
4043

41-
1. Clone the submodule:
42-
```bash
43-
git submodule init
44-
git submodule update
45-
```
4644
2. Go to `fgvc/sacred`
4745
2. Copy the config template `config.sh.template` to `config.sh` and edit missing values.
4846
3. Start the containers:

0 commit comments

Comments
 (0)