Hi,
It seems that the instruction page for the testing phase has been recently updated.
The example execution command and Docker command provided are quite different.
The execution command only takes two inputs.
```
/workspace/run_inference.sh test_data_dir pred_dir
```
However, the Docker one takes three inputs: /mnt/checkpoint, /mnt/test_data, /mnt/pred.
```
docker run --gpus all -v "test_data_dir:/mnt/test_data" -v "pred_dir:/mnt/pred" --read-only docker-image-name /workspace/run_inference.sh /mnt/checkpoint /mnt/test_data /mnt/pred
```
Which one is correct?
Are these input paths necessary? They can be hard-coded in the script, run_inference.sh, anyway.
Cheers,
Ying Xia
Created by Ying Xia YX_aehrc Hi, we have just updated the instruction for the docker submission. please let us know if there are any issues :) Thanks for the question, we will have a final update this evening. Sorry about this confusion. We we sent out a notification to everyone.