Skip to content
New issue

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

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

Already on GitHub? # to your account

TSNE Analysis, K-Nearest Neighbor Analysis, Frequency Analysis and Semantic Factorization #186

Open
davidHemf opened this issue Apr 16, 2023 · 2 comments

Comments

@davidHemf
Copy link

Hi & good day!

Thanks for the paper, the repo and codes. I was searching through folders to find out the source code for image analysis, but didn't see anything relate to KNN, T-SNE, Frequency and semantic factorization. Where can I find them?
And is it possible to run any of analysis with just one CUDA? CUDA_VISIBLE_DEVICES=0 instead of CUDA_VISIBLE_DEVICES=0,...,N

In the README, it mention to "3 differentiable augmentations" so how to activate or deactivate augmentation during training?

Thanks again!

@mingukkang
Copy link
Collaborator

mingukkang commented Apr 18, 2023

Hi & good day!

Thanks for the paper, the repo and codes. I was searching through folders to find out the source code for image analysis, but didn't see anything relate to KNN, T-SNE, Frequency and semantic factorization. Where can I find them?

Here :)

And is it possible to run any of analysis with just one CUDA? CUDA_VISIBLE_DEVICES=0 instead of CUDA_VISIBLE_DEVICES=0,...,N

Yes, you can.

In the README, it mention to "3 differentiable augmentations" so how to activate or deactivate augmentation during training?

You can activate or deactivate using our configuration system. The previous hyperlink shows our options for controlling differentiable augmentations. You can turn on or off the differentiable operations by changing .yaml file. Please refer to BigGAN-DiffAug.yaml and StyleGAN-ADA.yaml yaml primitives.

@davidHemf
Copy link
Author

Hi again @mingukkang Thanks for the great work :) and wonderful reply!

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

No branches or pull requests

2 participants