Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Why did you use TensorFlow v1 for the implementation ? #37

Open
usr-ein opened this issue Jul 20, 2021 · 1 comment
Open

Why did you use TensorFlow v1 for the implementation ? #37

usr-ein opened this issue Jul 20, 2021 · 1 comment

Comments

@usr-ein
Copy link

usr-ein commented Jul 20, 2021

Hello,

Great paper and great results !

I would really like to try out your model, but just out of curiosity, I would like to know why did you choose to implement you model using TensorFlow v1. As mentionned in other issues, it makes running your models and loading the pre-trained weights a real pain.

I understand that older models from 2017, 2018 and 2019 relied on TF v1 because it was still the main version back then, but TF v1's development has now stopped and it doesn't support newer versions of CUDA, newer GPUs, and many libraries are now reliant on a tensorflow v2.

Sorry for posting this as an issue. I just hope you can provide a public answer for all future researchers trying to replicate your architecture.

@zsyzzsoft
Copy link
Owner

It's because we followed the implementation of NVIDIA's stylegan2, which was using TF v1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants