Files
publicmatt bae586612e refactor files.
add a notebook module.
add config package.
2024-04-05 18:37:24 -07:00

7 lines
138 B
Python

from ml_pipeline import config
from ml_pipeline.model.cnn import VGG11
def test_in_channels():
assert config.model.name == 'vgg11'