Skip to content

Commit

Permalink
some random bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
EliHei2 committed Sep 25, 2024
1 parent 0c1b49e commit bb4e151
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/predict_model_sample.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from segger.data.io import XeniumSample
from segger.training.train import LitSegger
from segger.training.segger_data_module import SeggerDataModule
from segger.prediction.predict import predict, load_model
from segger.prediction.predict_gpu import predict, load_model
from lightning.pytorch.loggers import CSVLogger
from pytorch_lightning import Trainer
from pathlib import Path
Expand All @@ -14,6 +14,7 @@
import os
import dask.dataframe as dd
import pandas as pd
from pathlib import Path


segger_data_dir = Path('./data_tidy/pyg_datasets/bc_embedding_0919')
Expand Down

0 comments on commit bb4e151

Please sign in to comment.