Remove the warning from the Variational Autoencoder
Budget: $10 – $30 USD
I am trying to predict the Lift to drag ratio of the airfoil using the encoder part of the variational autoencoder, as previously it was predicted using CNN.
I made some changes in the code to make it a variational autoencoder but a warning appears which states that "UserWarning: Using a target size (torch.Size([50, 1])) that is different to the input size (torch.Size([50, 720])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size."
Anyone who can help me in removing this warning and running the complete code of VAE?
Link to Data: https://drive.google.com/drive/folders/1REHySQlcTTba9HxFQRbVyA9VMS_OWTnr?usp=sharing
I made some changes in the code to make it a variational autoencoder but a warning appears which states that "UserWarning: Using a target size (torch.Size([50, 1])) that is different to the input size (torch.Size([50, 720])). This will likely lead to incorrect results due to broadcasting. Please ensure they have the same size."
Anyone who can help me in removing this warning and running the complete code of VAE?
Link to Data: https://drive.google.com/drive/folders/1REHySQlcTTba9HxFQRbVyA9VMS_OWTnr?usp=sharing