ProGamerGov
ProGamerGov
I think that it may have been the PyTorch version. I tried using the this `environment.yaml` file: ``` name: ldm channels: - pytorch - defaults dependencies: - python=3.8.10 - pip=20.3...
I have some old pictures of what these scripts do, but they aren't really anything crazy. The main issue is getting the amount of overlap just right, and finetuning the...
ImageMagick is actually what the tiling scripts use. It's am image editor like Photoshop or GIMP, but you can use it only via the command line/terminal and don't have to...
The conda build for 3.11 is still missing
I think it might be possible to do something like that, if the script used something like ImageMagick's `-average` command along with careful manipulation of the content weights. But I...
I'm running into this issue as well
@Ju1-js The failure was on a Debian Linux cloud server.
@kkshmz For the first issue, it's because of a difference between neural-style-pt and neural-style. `-lbfgs_num_correction` is set to zero in neural-style to disable it (and thus use the default value),...
I'm not sure about the `-cudnn_autotune` issue, as both neural-style and neural-style-pt use the parameter in the same way (as a flag with no additional input).
@kkshmz I guess a quick fix might be to check for a value after `-cudnn_autotune` and then remove it if there is one?