Im dealing with titanic data with pytorch these are my model & training code
import torch.nn.functional as F class Net(torch.nn.Module): def __init