Skip to content

Commit e50d129

Browse files
authored
Merge pull request #7 from v-iashin/master
fixes 'RuntimeError: invalid argument 0' in PEM inference
2 parents f5cb4c2 + 85dc216 commit e50d129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ We also provide trained PEM model in `./checkpoint` .
8989
#### 6. Testing of proposal evaluation module
9090

9191
```
92-
python main.py --module PEM --mode inference
92+
python main.py --module PEM --mode inference --pem_batch_size 1
9393
```
9494

9595
#### 7. Post processing and generate final results

0 commit comments

Comments
 (0)