[GitHub] liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error

2018-06-11 Thread GitBox
liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error URL: https://github.com/apache/incubator-mxnet/issues/6474#issuecomment-396463447 yes ! This is an automated message from the

[GitHub] liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error

2018-06-11 Thread GitBox
liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error URL: https://github.com/apache/incubator-mxnet/issues/6474#issuecomment-396280017 @lanking520 I solved it by checking dimension on pretrained model , symbol and datas.

[GitHub] liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error

2017-09-18 Thread git
liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error URL: https://github.com/apache/incubator-mxnet/issues/6474#issuecomment-330188579 I solve from making sure the `num_class` is equal with calling by symbol.py (importlib)"" and loading from

[GitHub] liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error

2017-09-18 Thread git
liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error URL: https://github.com/apache/incubator-mxnet/issues/6474#issuecomment-330201273 sorry , I make a mistake , I mean **numbers of class** not **shape of data** above.

[GitHub] liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error

2017-09-18 Thread git
liumusicforever commented on issue #6474: Fine-tune the mxnet ssd get mismatchfrom.shape() error URL: https://github.com/apache/incubator-mxnet/issues/6474#issuecomment-330200756 Did your classes number of pretrained model is same as classes number of symbol ?