hclhkbu / dlbench

Benchmarking State-of-the-Art Deep Learning Software Tools
http://dlbench.comp.hkbu.edu.hk/
MIT License
170 stars 47 forks source link

Bad indentation in `resnet_cifar10_multi_gpu.py` #9

Closed yuefengz closed 7 years ago

yuefengz commented 7 years ago

File "resnet_cifar10_multi_gpu.py", line 116 tf.add_to_collection('losses', loss_tensor) ^ IndentationError: unexpected indent

shyhuai commented 7 years ago

I have revised it. Please pull the newest code. Thanks.