File tree Expand file tree Collapse file tree 4 files changed +10
-2
lines changed
Expand file tree Collapse file tree 4 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Here is how you can run the benchmark yourself on a validation set from ImageNet
1010export DATA_DIR="<PATH to ImageNet val>"
1111conda env create -f benchmark/augbench.yaml
1212conda activate augbench
13- pip install git+https://github.com/MIPT-Oulu /solt@master#egg-name=solt
13+ pip install -U git+https://github.com/imedslab /solt.git
1414pip install -e benchmark
1515python -u -m augbench.benchmark -i 500 -r 20 --deterministic --markdown
1616```
Original file line number Diff line number Diff line change 1+ /* Change background color of search sidebar */
2+ .wy-side-nav-search {
3+ background-color : white !important ;
4+ }
Original file line number Diff line number Diff line change 180180 "python" : ("https://docs.python.org/3" , None ),
181181 "numpy" : ("https://numpy.org/doc/stable/" , None ),
182182}
183+
184+
185+ def setup (app ):
186+ app .add_css_file ("custom.css" )
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ You can also fetch the most fresh changes from our GitHub repository:
3131
3232::
3333
34- pip install -U git+https://github.com/MIPT-Oulu /solt
34+ pip install -U git+https://github.com/imedslab /solt.git
3535
3636
3737
You can’t perform that action at this time.
0 commit comments