7 lines
172 B
Python
7 lines
172 B
Python
|
from {{cookiecutter.module_name}} import config
|
||
|
from {{cookiecutter.module_name}}.model.cnn import VGG11
|
||
|
|
||
|
def test_in_channels():
|
||
|
assert config.model.name == 'vgg11'
|
||
|
|