Xiaojian "JJ" Deng

Results 18 comments of Xiaojian "JJ" Deng

Even better.. Or Tensorflow (since 2.0 now uses the Keras API). I might actually switch from fastai if this change were made.

Is there any way to implement a DCGAN that generates rectangular images (ie 128x32) in Pytorch? Nearly every example I've seen works with square images.

That doesn't solve the problem. Sometimes, Colab denies me a GPU and this library stops working as a result.

I struggled with this for a while.. basically, it's only relevant in a binary classification problem. If your labels are already binary, then make them numbers or True/False. Don't make...

I recommend making this library python 3.5+ compatible.. us Windows users can't use Tensorflow on Python 2.7.

I'm able to run kmeans and color palette but superresolution isn't working for me. Neither is colorize. Both times, I'm getting the "inference not successful" message. I checked my weights...

I'm at my wits end here.. Tried installing the latest gradio from their github: didn't work. Tried the monkey patch and inserting from PIL import Image at the top of...

Not a pycharm user either. My workaround for now is to create a Python script to convert all PNGs to JPG. ``` from path import Path as path from PIL...

Having trouble installing the latest Pillow due to problems with zlib.. oh well, guess I'll have to wait till Jan 3 for the fixed version to be uploaded to pypi

> i had this happen today but i did not had medvram, stock unchanged webui I suddenly started having this issue with the latest automatic1111 but it went away when...