Model-Swap-Face_v2
Model-Swap-Face_v2 copied to clipboard
Can we train the model on TPU?
I want to train the model for African Ethnicity on Colab TPU. But when I do it, "from op import FusedLeakyReLU, fused_leaky_relu, upfirdn2d" is wrong (No CUDA Home ./local/..) in "model.py".
I guess it may be an issue in folder "op" since it defines c++ extension.
would you mind taking some advice for me ?