bodokaiser / piwise

Pixel-wise segmentation on VOC2012 dataset using pytorch.
BSD 3-Clause "New" or "Revised" License
385 stars 86 forks source link

Syntax Error in main.py #13

Closed sangeet259 closed 6 years ago

sangeet259 commented 6 years ago

Throws a Syntax Error when running the main.py file

File "main.py", line 84
    f'input (epoch: {epoch}, step: {step})')
                                          ^
SyntaxError: invalid syntax
bodokaiser commented 6 years ago

Yeah, you have to use Python 3.6

Am 15.12.2017 um 08:54 schrieb Sangeet Kumar Mishra notifications@github.com:

Throws a Syntax Error when running the main.py file

File "main.py", line 84 f'input (epoch: {epoch}, step: {step})') ^ SyntaxError: invalid syntax — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

sangeet259 commented 6 years ago

Oh Thanks :sweat_smile: