Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: ... and improved the exception message. Before: ``` Unexpected limit type 'minmax' in parameter configuration : limit neck_ty minmax [-1.00, 0.50] ``` After: ``` Failed to parse parameter configuration 'limit neck_ty minmax [-1.00, 0.50]'. This could be due to an unsupported limit type 'minmax' or failure to find the parameter name 'neck_ty'. ``` Reviewed By: yutingye Differential Revision: D63047012 fbshipit-source-id: b9d8bc2d576992bd170aabe8a93dcfc8590098d5
- Loading branch information