You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a standard f-string formatting (see link). I think that if you use Python version 3.6 or above it should work.
Please let me know if you need any more help.
Hi, it seems the syntax in https://github.com/tomer196/GaUDI/blob/main/train_edm.py#L186 is incorrect, probably change it to
print("best_epoch=".format(best_epoch), "best_val_loss=".format(best_val_loss))
?The text was updated successfully, but these errors were encountered: