Skip to content
Snippets Groups Projects

Implementation of Deep Learning unit tests, as well as paths to the 2d data for windows users in the UNet jupyter notebook.

Merged ofhkr requested to merge DL_unittests into main
1 file
+ 0
1
Compare changes
  • Side-by-side
  • Inline
+ 0
1
import qim3d
from os import name
import pytest
from torch.utils.data import Subset
from albumentations import Compose
# unit tests for Dataset()
Loading