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
Traceback (most recent call last):
File "D:\University\draggan\DragGAN\training\training_loop.py", line 31, in <module>
from metrics import metric_main
ImportError: cannot import name 'metric_main' from 'metrics' (D:\software\Anaconda\Lib\site-packages\metrics\__init__.py)
I encountered this problem related to package 'metrics'. Does it have anything to do with the version?Because I checked the dir and cannot find metric_main. version 0.3.3.
The text was updated successfully, but these errors were encountered:
Hey , How do you fix it at final, looking forward to you reply!
hi, it was half a year ago so I may not remember it rightly. I downloaded the folder containing the file from the following website https://github.com/autonomousvision/voxgraf/blob/main/metrics/frechet_inception_distance.py
It will possibly work.
I think the way we conduct the DragGAN can be divided into two processes, which are training models and dragging. However I encountered many problems when trying to train. Although there were modules like Metrics and Training in the repository, I failed to train any models in the end. Instead, carrying on the training process using the StyleGAN repository, and simply copying the result .pkl files to the checkpoints folder will work.
I encountered this problem related to package 'metrics'. Does it have anything to do with the version?Because I checked the dir and cannot find metric_main. version 0.3.3.
The text was updated successfully, but these errors were encountered: