fredfyyang / Touch-and-Go

20 stars 4 forks source link

Can't Find .stylegan_networks in networks.py #5

Open evanchen0430 opened 4 months ago

evanchen0430 commented 4 months ago

@fredfyyang thanks so much for the code and the dataset! I downloaded the data and tried to add some more features to it. However, when I tried to train the model based on the readme, I noticed that stylegan_networks is missing and there's an error when I tried to train it. Could you please clarify how I can fix that? Thanks!

ShuaiTian01 commented 2 months ago

I encountered the same issue while attempting to run the code. Despite trying various methods, I was unable to resolve it. Hence, I'm reaching out to inquire if you've managed to find a solution. I would sincerely appreciate any advice or guidance you could provide on this matter.

evanchen0430 commented 2 months ago

I just commented out the parts where it's using stylegan_networks and use other built-in classes instead. The trained result seems pretty reasonable as what the paper showed.