zhreshold commented on issue #8735: Add cast to Block and Parameter. Implicit dtype casting
is removed.
URL: https://github.com/apache/incubator-mxnet/pull/8735#issuecomment-346256928
@piiswrong So it's gonna be
```
net = HybridBlock(xxx)
net.cast('float16')
```
And we cannot instantiate a layer with dtype?
----------------------------------------------------------------
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:
users@infra.apache.org
With regards,
Apache Git Services
|