MACHIN3
MACHIN3
Very helpful thanks! I couldn't make the training work, I suspect due to tensorflow 1.8? But using your pretrained models, syntehsizing works great! Did you proceed beyond 700k? Would it...
Thanks, great stuff. A bit unfortunate with the buffers, but I won't complain :) Thanks for the prompt reply and action!
@erogol Try the newer 387, I've just installed them and everything seems to be good now. See https://gist.github.com/tomwwright/f88e2ddb344cf99f299935e1312da880#gistcomment-2342112 Also, not sure if related to your switching issue, but you can...
For I to L conversion, this works for me: ```python def convert_I_to_L(img) array = np.uint8(np.array(img) / 256) return Image.fromarray(array) ```
Very annoying indeed, it works for every other number key. Just 7 won't work. I've cleared out any other keys using Super + number variations, to no effect: ``` gsettings...
I've found the problem. Pop maps `Super + /` to the launcher. On my keyboard layout, / happens to be on the 7 key. Removing the launcher keymap, therefore makes...
Same on Firefox, but Linux.
Not being a fan of a vertical workspace stack myself, and preferring a horizontal one, I like that combination of both a lot. Very interesting. edit: turns out, you can...