INNER CODE UNIT · Python

set_log_interval

tensorlayer/HyperPose · hyperpose/Config/__init__.py:484

def set_log_interval(log_interval):
    '''set the frequency of logging

    set the how many iteration intervals between two log information

    Parameters
    ----------
    arg1 : Int
        a int value indicates the iteration number bwteen two logs
        default: 1 
    
    Returns
    -------
    None
    '''
    if(log_interval is not None):
        update_log.log_interval=log_interval

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…