You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a huge performance gap between x86_64-unknown-linux-musl and x86_64-unknown-linux-gnu that needs to be investigated, as we use musl for our pre-built linux binaries.
Doing the same CLI operation shows how severe this performance gap is:
time target/x86_64-unknown-linux-musl/release/texture-synthesis --out out/04-2.png --no-progress transfer-style --style imgs/multiexample/4.jpg --guide imgs/tom.jpg
543.92s user
356.85s system
1808% cpu
49.812 total
time target/release/texture-synthesis --out out/04-2.png --no-progress transfer-style --style imgs/multiexample/4.jpg --guide imgs/tom.jpg
131.32s user
0.25s system
1605% cpu
8.193 total
There is a huge performance gap between
x86_64-unknown-linux-muslandx86_64-unknown-linux-gnuthat needs to be investigated, as we use musl for our pre-built linux binaries.Doing the same CLI operation shows how severe this performance gap is: