Hello, I have a problem. After fine-tuning the generator and saving the model, I obtained a .pth file. When importing the model using generator = AudioSeal.load_generator('./checkpoints/generator_model_best_val_loss_20240727141622.pth').to(device), I encountered the following issues. How can I correctly load the weights?
Hello, I have a problem. After fine-tuning the generator and saving the model, I obtained a .pth file. When importing the model using generator = AudioSeal.load_generator('./checkpoints/generator_model_best_val_loss_20240727141622.pth').to(device), I encountered the following issues. How can I correctly load the weights?