Sangwoong Yoon

Results 4 comments of Sangwoong Yoon

Thanks for the super cool repo. The training script for StyleGAN2 should be awesome. Also waiting for it!

I am afraid the version of transformers does matter. When I run `run_sppo_gemma-2.sh`, I get the following error. ```ValueError: Tokenizer class GemmaTokenizer does not exist or is not currently imported.```...

@angelahzyuan thank you so much for a very prompt answer. Updating `transformers==4.42.3`, `tokensizers==0.19.1`, and `trl==0.9.4` solved the issue on my side (running Llama3), but not thoroughly tested yet for other...