用法:
set_monitor_callback(callback, monitor_all=False)
- callback:(
function
) - 接受一個字符串和一個 NDArrayHandle。 - monitor_all:(
bool
,
default False
) - 如果為真,則監視輸入和輸出,否則僅監視輸出。
- callback:(
參數:
為監視器安裝回調。
例子:
>>> def mon_callback(*args, **kwargs): >>> print("Do your stuff here.") >>> >>> texe.set_monitor_callback(mon_callback)
相關用法
- Python mxnet.executor.Executor.copy_params_from用法及代碼示例
- Python mxnet.executor.Executor.reshape用法及代碼示例
- Python mxnet.executor.Executor.debug_str用法及代碼示例
- Python mxnet.executor.Executor.backward用法及代碼示例
- Python mxnet.executor.Executor.forward用法及代碼示例
- Python mxnet.executor.Executor用法及代碼示例
- Python mxnet.engine.bulk用法及代碼示例
- Python mxnet.symbol.op.broadcast_logical_xor用法及代碼示例
- Python mxnet.test_utils.get_zip_data用法及代碼示例
- Python mxnet.ndarray.op.uniform用法及代碼示例
- Python mxnet.symbol.op.log_softmax用法及代碼示例
- Python mxnet.symbol.space_to_depth用法及代碼示例
- Python mxnet.ndarray.op.sample_negative_binomial用法及代碼示例
- Python mxnet.ndarray.NDArray.ndim用法及代碼示例
- Python mxnet.module.BaseModule.get_outputs用法及代碼示例
- Python mxnet.module.BaseModule.forward用法及代碼示例
- Python mxnet.symbol.random_pdf_poisson用法及代碼示例
- Python mxnet.ndarray.op.khatri_rao用法及代碼示例
- Python mxnet.ndarray.op.unravel_index用法及代碼示例
- Python mxnet.symbol.argmin用法及代碼示例
注:本文由純淨天空篩選整理自apache.org大神的英文原創作品 mxnet.executor.Executor.set_monitor_callback。非經特殊聲明,原始代碼版權歸原作者所有,本譯文未經允許或授權,請勿轉載或複製。