提交 71dbca8c 编写于 作者: K Krish

newline

上级 ccca550f
......@@ -111,4 +111,4 @@ def test_all_frozen():
def test_pretrained_model_setup_defaults(arch, expected_out_shape):
model = Vision(pretrained_model_setup=arch, n_trainable=0)
out = model(X_images)
assert out.size(0) == 10 and out.size(1) == expected_out_shape
\ No newline at end of file
assert out.size(0) == 10 and out.size(1) == expected_out_shape
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册