nikitadurasov / masksembles

Official repository for the paper "Masksembles for Uncertainty Estimation" (CVPR 2021).
https://www.norange.io/projects/masksembles/
MIT License
98 stars 15 forks source link

Invalid f-strings #2

Closed gaslen closed 3 years ago

gaslen commented 3 years ago

Hello and thank you for your interesting work !

Small issue though

nikitadurasov commented 3 years ago

Hey @gaslen, thanks a lot for your feedback!

Could you please share your error message? Because if it's SyntaxError: invalid syntax pointing to f-string then possibly new python syntax could be an issue.

s"{var=}" syntax is a new feature of python 3.8 [link], but now I think it's a good idea to remove it in order to support lower versions of python.

gaslen commented 3 years ago

Sorry, I went too fast ! My python version is indeed outdated (3.7)