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 with stage
in 26 seconds
This commit is part of merge request !50. Comments created here will be created in the context of that merge request.
......@@ -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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment