Error out of the migraphx-driver when --batch is wrongly used
Open
- Dominant language
- C++
- Stars
- 333
- Forks
- 150
- Avg merge
- 4d 19h
- Merged PRs (30d)
- 54
Description
--batch should only be used when there is only 1 input and it is the first dimension. Otherwise error with a message directing the user to use input dimms
The mask-rcnn model has a fixed batch size and the --batch was setting multiple non 1st dimensions
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.