Fine Tuning the model
#8
by
zee-1
- opened
I am trying to find tune the model with hugging face Trainer. And I have a custom dataset of 4000 images. I am getting some error like. tensor with 99xxxx elements cannot be converted to scalar
. Is this the problem with my dataset? Or I have to change any layer of the model.
I am trying to find tune the model with hugging face Trainer. And I have a custom dataset of 4000 images. I am getting some error like.
tensor with 99xxxx elements cannot be converted to scalar
. Is this the problem with my dataset? Or I have to change any layer of the model.
Are you in finetuning VAE, can you give some tutorials?