In [1]:
import torch
from torch import nn 
import numpy as np
torch.manual_seed(0)
torch.backends.cudnn.deterministic = True

In [ ]: