singa icon indicating copy to clipboard operation
singa copied to clipboard

Intermediate information printing

Open lzjpaul opened this issue 3 years ago • 3 comments

Need to print intermediate information for cnn and cifar_distributed_cnn examples since it may take quite long for large models to finish one epoch of training

lzjpaul avatar Dec 08 '22 05:12 lzjpaul

in https://github.com/apache/singa/blob/dev/examples/cnn/train_cnn.py, enable line 203-205 for printing the existing batch number

lzjpaul avatar Feb 22 '23 03:02 lzjpaul

enable line 227 to 229 in https://github.com/apache/singa/blob/dev/examples/cifar_distributed_cnn/train_cnn.py

lzjpaul avatar Feb 24 '23 08:02 lzjpaul

resolved in https://github.com/apache/singa/commit/ac7d8565cfd0f843f0afdf845de72758fdfdad38

GY-GitCode avatar May 02 '24 12:05 GY-GitCode

resolved

lzjpaul avatar Sep 09 '24 08:09 lzjpaul