-
Notifications
You must be signed in to change notification settings - Fork 6.8k
tutorial didn't mention how to disable hybridization #18962
Comments
hello,I have same question。do you find some function to disable hybrization? |
you can disable hybridization with |
GPU memory held by memory pool can be released by |
thank you for your reply, i will try your suggestion. |
np. if it works, it would be great if you could help update the doc linked in the issue to mention this functionality. |
ok ,I am trying the function. but i do not kown how to update the doc. should i git commit the modified doc- https://github.com/apache/incubator-mxnet/blob/master/docs/python_docs/python/tutorials/packages/gluon/blocks/hybridize.md? |
Hi @szha ,I want to work on this issue.Please assign to me. |
Hello @szha, I would like to work on this issue, kindly let me know how should I proceed with this. |
Hi @jyotibalodhi, I recommend checking out our contribution guide for guides and expectation for the contributions. Feel free to ping me if you have questions. |
Hi, @szha I went through the contribution guidelines. And I was wondering if only I have to add details about this instruction net.hybridize(active=False) for disabling hybridization or anything else needs to be done. |
Yes, I think that's the intended scope of this issue. The "stay connected" section includes the communication channels the developers use such as Apache's mailing list and Slack #mxnet channel. |
hey @szha is the issue resolved or work is still going on? i would also like to work on it if possible? |
It looks like this issue has been a little over 6 months. |
Description
The problem doc is at https://mxnet.apache.org/versions/1.6/api/python/docs/tutorials/packages/gluon/blocks/hybridize.html
The corresponding file is https://github.com/apache/incubator-mxnet/blob/master/docs/python_docs/python/tutorials/packages/gluon/blocks/hybridize.md
The text was updated successfully, but these errors were encountered: