mxnet icon indicating copy to clipboard operation
mxnet copied to clipboard

tutorial didn't mention how to disable hybridization

Open szha opened this issue 5 years ago • 13 comments

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

szha avatar Aug 19 '20 06:08 szha

hello,I have same question。do you find some function to disable hybrization? and i have another quesion that is how to release gpu memory? could you help me?

encichou avatar Aug 24 '20 04:08 encichou

you can disable hybridization with net.hybridize(active=False)

szha avatar Aug 24 '20 04:08 szha

GPU memory held by memory pool can be released by mx.gpu(0).empty_cache()

szha avatar Aug 24 '20 04:08 szha

GPU memory held by memory pool can be released by mx.gpu(0).empty_cache()

thank you for your reply, i will try your suggestion.

encichou avatar Aug 24 '20 04:08 encichou

np. if it works, it would be great if you could help update the doc linked in the issue to mention this functionality.

szha avatar Aug 24 '20 06:08 szha

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?

encichou avatar Aug 24 '20 09:08 encichou

Hi @szha ,I want to work on this issue.Please assign to me.

AnshuTrivedi avatar Oct 02 '20 05:10 AnshuTrivedi

Hello @szha, I would like to work on this issue, kindly let me know how should I proceed with this.

jyotibalodhi avatar Mar 04 '21 13:03 jyotibalodhi

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.

szha avatar Mar 04 '21 13:03 szha

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. I am new to the community and open source contributions as well, so it would be great if you could let me know how can I contact you regarding any further questions related to the project.

jyotibalodhi avatar Mar 04 '21 14:03 jyotibalodhi

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.

szha avatar Mar 04 '21 14:03 szha

hey @szha is the issue resolved or work is still going on? i would also like to work on it if possible?

Pheewww avatar Feb 25 '23 16:02 Pheewww

It looks like this issue has been a little over 6 months. Let me know if it's still open and needs attention, Thanks cc: @szha

SID262000 avatar Jul 23 '23 09:07 SID262000