coolbunnyx

Results 3 issues of coolbunnyx

I registered an application on unsplash.com, and it associates with following information Application ID Access Key Secret key Redirect URI I tried to match the above information to the arguments...

The code can only run on the default GPU:0. Exceptions occur when device is switched to the non-default one. os.environ["CUDA_DEVICE_ORDER"] = "PCI_BUS_ID" os.environ["CUDA_VISIBLE_DEVICES"] = "2" Exception has occurred: AttributeError 'str'...

Trained the model on a set of 10K images (randomly cropped 128 x 128 patches) for 6K iteration with a batch size of 8. The output looks pixelated. Is this...