You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a question on basic understanding for which i do not find answer in the doc.
If i understand well, the documentation says that we do not have to anything if we use the AWS deep learning containers.
How is the association between the hook and the network is done?
Does it use the object returned by model_fn and expect to be a mxnet module, or pytorch or tentorflow model?
Actually my model_fn() function returns an object which encapsulates my mxnet module, will it work for me, or should i create especifically the hooks , etc.. ?
Thank you
The text was updated successfully, but these errors were encountered:
I have a question on basic understanding for which i do not find answer in the doc.
If i understand well, the documentation says that we do not have to anything if we use the AWS deep learning containers.
How is the association between the hook and the network is done?
Does it use the object returned by model_fn and expect to be a mxnet module, or pytorch or tentorflow model?
Actually my model_fn() function returns an object which encapsulates my mxnet module, will it work for me, or should i create especifically the hooks , etc.. ?
Thank you
The text was updated successfully, but these errors were encountered: