Vox-adv-cpk.pth.tar

import torch import torch.nn as nn

# Load the checkpoint file checkpoint = torch.load('Vox-adv-cpk.pth.tar') Vox-adv-cpk.pth.tar

def forward(self, x): # Define the forward pass... import torch import torch