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
in train_gan.py file
in line 15 there should be : from evaluate_gan import evaluate
instead of "from evaluate import evaluate"
Otherwise, there will be an import error
The text was updated successfully, but these errors were encountered:
in train_gan.py file
in line 15 there should be :
from evaluate_gan import evaluate
instead of "from evaluate import evaluate"
Otherwise, there will be an import error
The text was updated successfully, but these errors were encountered: