Nphase4_1_train_AutoEncoderCNN

save_reconstructions(model:nn.Module, dataloader:torch.utils.data.DataLoader, device:torch.device, save_dir:str, epoch:int, num_samples:int)
Save a batch of original and reconstructed images from the dataloader.
Parameters:
Returns:
None: Saves images to the specified directory.
Labels:

Projects_Viscosity_P2NeuralNetwork_Nphase4_AutoEncoder_Nphase4_1_train_AutoEncoderCNN_save_reconstructions

Main(EmbeddingSize:int)
Main function to run the training process.
Parameters:
Labels:

Projects_Viscosity_P2NeuralNetwork_Nphase4_AutoEncoder_Nphase4_1_train_AutoEncoderCNN_Main