Skip to content
Snippets Groups Projects
Commit 9037c386 authored by Tizian Wenzel's avatar Tizian Wenzel
Browse files

Revert "sdkn: Some files added (required for P41 computations)."

This reverts commit 3ed77423.
parent 3ed77423
No related branches found
No related tags found
No related merge requests found
......@@ -4,7 +4,7 @@
import pytorch_lightning as pl
from pytorch_lightning.loggers import TensorBoardLogger
from sdkn.utils import utilities
from utils import utilities
from utils import lightning_models
from utils import settings
from datetime import date
......
......@@ -3,10 +3,10 @@
import pytorch_lightning as pl
import torch
from torch import nn
from sdkn.utils.utilities import ActivFunc
from sdkn.utils import kernels
from utils.utilities import ActivFunc
from utils import kernels
from torch.nn import functional as F
from sdkn.utils import settings
from utils import settings
class Network(pl.LightningModule):
......
......@@ -5,8 +5,8 @@ import torch
from torch.utils.data import DataLoader
from torch.utils.data import Dataset
from sdkn.utils import kernels
from sdkn.utils import settings
from utils import kernels
from utils import settings
class TorchDataset(Dataset):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment