hellozhuo/dgc

SyntaxError: invalid syntax in Google Colab for CIFAR-10 Training

Closed this issue · 1 comments

I really liked the idea of Dynamic Group Convolution for CondenseNet and I am trying to run your code in my Google Colab but I am getting syntax error. Following is the screenshot:
Screenshot from 2020-09-05 15-33-33

I can run (train) original CondenseNet in Google Colab (in a different notebook and dir.) but when I try to run your code from this GitHub, I am getting the aforementioned error. Is there anything I need to change or I should do it differently?

Thanks for your time and help.

I was able to fix it. It was a mistake on my end. May help others:
Screenshot from 2020-09-05 15-58-35

Closing this issue. Thanks!