[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 Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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.


This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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 model params file (load_checkpoint).
   
   
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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.
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services


[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  ?
 

This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services