7 lines
134 B
Bash
7 lines
134 B
Bash
|
#!/bin/bash -e
|
||
|
|
||
|
#https://github.com/ProGamerGov/neural-style-pt
|
||
|
|
||
|
python3 -m pip install neural-style
|
||
|
neural-style -download_models ./
|