You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mxnet.apache.org by GitBox <gi...@apache.org> on 2019/07/19 19:57:56 UTC

[GitHub] [incubator-mxnet] roywei commented on issue #15337: Current MXNet-Dev master breaks loading of certain models

roywei commented on issue #15337: Current MXNet-Dev master breaks loading of certain models
URL: https://github.com/apache/incubator-mxnet/issues/15337#issuecomment-513358290
 
 
   Hi @QueensGambit I'm getting file not found error when following the steps to reproduce
   
   I do have `model-1.19246-0.603-0223.params` under `model/params`
   
   ```
   uciok
   
   isready
   info string The given batch_size 8 is higher than the number of threads 4. The maximum legal batch_size is the same as the number of threads (here: 4) 
   info string The batch_size was reduced to 4
   Traceback (most recent call last):
     File "crazyara.py", line 734, in main
       self.setup_network()
     File "crazyara.py", line 169, in setup_network
       model_weights_dir=self.settings["model_weights_dir"]))
     File "/Users/lawei/Downloads/CrazyAra_0.5.0_RiseV2_mobile/DeepCrazyhouse/src/domain/agent/neural_net_api.py", line 60, in __init__
       + '. Please make sure that the path has a "/" at the end of the path.'
   Exception: No params file (.params) was found in your given model_weights_dir: ./model/params/. Please make sure that the path has a "/" at the end of the path.
   ```

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


With regards,
Apache Git Services