Skip to content
Snippets Groups Projects
Commit 441ae8a0 authored by Xuan Gu's avatar Xuan Gu
Browse files

Update README.md

parent 2f24a77f
No related branches found
No related tags found
No related merge requests found
......@@ -52,6 +52,11 @@ enroot start --rw --mount ${PWD}/data:/data --mount ${PWD}/results:/results nnun
python download.py --task 01
python preprocess.py --task 01 --dim 2
```
- For benchmarking purpose, we use 1000 copied of a single image
```
mv data data_orig
bash copy_data_for_benchmark.sh
```
- Run the script.
You need to modify the script for e.g. the name of your reservation, number of nodes, batch_size, etc. Also, choose either singularity or enroot.
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment