james
james
i fixed this by doing the following: https://github.com/DamnWidget/anaconda/issues/812#issuecomment-498854366
Training will just run pix2pixHD on the "target" skeleton and image files. Then the inference will use the "source" skeleton to produce images of the target. You only train on...
I'm also seeing the same issue with a 3090 on Ubuntu 20.04 tried using apex it lowered the initial memory load but ran into NaN issues which crashed the training.
> I have the same problem with Python 2.7 on OSX 10.13.4.... I used brew install openexr and pip install openexr...Let me know if you find any solutions. I am...
@meshula are you recommending using these built dylibs to then build https://github.com/jamesbowman/openexrpython ? Is there a way to build a python module using cmake? Sorry i'm a noob. Right now...
On Ubuntu 16.04 with miniconda I was able to do the following: `conda install -c conda-forge openexr` which installs openexr 2.3.0 I cloned [https://github.com/jamesbowman/openexrpython](url) I then manually modified the following...
I'm seeing a similar issue while trying to use `language="ja"`
I was able to get around this for my purposes by pip installing the following libs `pip install mecab-python3 cutlet unidic-lite`
Even something like this `{ "test": 1.0, "tes2": "a", "tes3": "b" } }` if i do `Command Palette -> Pretty JSON Validate` the error shows up, but on-save doesnt seem...
I had to do the following since these packages arent managed in homebrew ``` python -m pip install pyasynchat --break-system-packages && python -m pip install pyasyncore --break-system-packages ``` I also...