diff options
| author | Logan Bauman <logan_bauman@brown.edu> | 2022-05-07 08:13:53 -0400 |
|---|---|---|
| committer | Logan Bauman <logan_bauman@brown.edu> | 2022-05-07 08:13:53 -0400 |
| commit | b9051e0ec773095dcf84ec26a02248a46dcf1786 (patch) | |
| tree | d63d2d89b4c68b64c0800202a680b34c5b87dc2c | |
| parent | 10f2ece4ab4d8df526c5ff77958b25fe6f32344d (diff) | |
hi
| -rw-r--r-- | main.py | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -52,11 +52,7 @@ def main(): print('this is',ARGS.content) content_image = imread(ARGS.content) - - style_image = imread(ARGS.style) - - style_image = transform.resize(style_image, content_image.shape) my_model = YourModel(content_image=content_image, style_image=style_image) |
