moving_average_length : 200
WY0320914 opened this issue · 3 comments
WY0320914 commented
"moving_average_length": 200, What does the moving average length "200" mean? Is it the moving distance of the UAV? Doesn't UAV move one cell in one step? How long is a cell distance?
theilem commented
Where did you find that value? It is usually used for filtering of data for example in the logger.
WY0320914 commented
Where did you find that value? It is usually used for filtering of data for example in the logger.
"model_stats_params": {
"save_model": "models/manhattan32_cpp",
"moving_average_length": 200
In the manhattan 32 cpp.json file in config, the average moving length is 200. What does this mean?
theilem commented
It means that during training the last 200 results are stored and averaged for displaying statistics in tensorboard.