kutoga / going_deeper

Going Deeper: Infinite Deep Neural Networks
95 stars 4 forks source link

python2 back port #1

Closed phobrain closed 6 years ago

phobrain commented 6 years ago

ginfty.py:

Added:

from future import print_function

Stuck on this, line 386:

res = {**res, **res_valid}
        ^

SyntaxError: invalid syntax

kutoga commented 6 years ago

Thanks:)

The code should now be fixed, unfortunately I cannot test it here. The following fixes are done:

Please let me know if there is still an issue with python2.