I'm trying to convert stylegan2-ada pytorch version into genforce format. The ones that are not conditional are converted without any error but when there is a conditional model, i get this error assert tf_var_name in official_tf_to_pth_var_mapping AssertionError. Which i believe tells that some of the mappings are not found in the model. Can you please tell if the class conditional models are supported or not. Or what else could be the problem. I'm using cifar10 model file for now. And I've also tested with one of the conditional model on faces that i've trained. Both give the same error.