Skip to content
Snippets Groups Projects
Commit 99fe2a13 authored by Martyna Wiącek's avatar Martyna Wiącek
Browse files

fix numpy import

parent ed29c7a0
Branches
Tags
1 merge request!50Fix imports and random seed
Pipeline #16574 passed
......@@ -7,7 +7,7 @@ from itertools import chain
import random
from typing import Dict, Optional, Any, Tuple
import numpy.random.bit_generator
import numpy
import torch
from absl import app, flags
import pytorch_lightning as pl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment