Skip to content

Commit

Permalink
try fix preds gpu
Browse files Browse the repository at this point in the history
  • Loading branch information
djaniak committed Nov 30, 2023
1 parent 042795f commit 4d0f5c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import os
import pickle
import torch

from pytorch_lightning.callbacks import BasePredictionWriter


Expand Down
2 changes: 1 addition & 1 deletion embeddings/utils/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
import os.path
import pprint
import zipfile
from collections.abc import Iterable
from datetime import datetime
from pathlib import Path
from tempfile import NamedTemporaryFile
from typing import Any, Dict, List, Optional, Tuple, Union
from collections.abc import Iterable

import numpy as np
import pkg_resources
Expand Down

0 comments on commit 4d0f5c5

Please sign in to comment.