singa
singa copied to clipboard
Intermediate information printing
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
in https://github.com/apache/singa/blob/dev/examples/cnn/train_cnn.py, enable line 203-205 for printing the existing batch number
enable line 227 to 229 in https://github.com/apache/singa/blob/dev/examples/cifar_distributed_cnn/train_cnn.py
resolved in https://github.com/apache/singa/commit/ac7d8565cfd0f843f0afdf845de72758fdfdad38
resolved