xunings
xunings
Hi, I got the following error while testing the fast style transfer model, ``` Traceback (most recent call last): File "test_fast.py", line 76, in network = net.Net(vgg, decoder) NameError: name...
Hi, I had an error while feeding male2female test images (178x218) into test.py or test_batch.py. ```bash RuntimeError: The size of tensor a (313) must match the size of tensor b...
Hi, I downloaded the pretrained models, found both 128x128 and 256x256 versions for selfie2anime and male2female, but only 128x128 for glasses removal. Could you release the 256x256 model for glasses...
Hi, Is the "clip skip" feature supported by the Stable diffusion pipelines? Just did a little bit of search on the documentation of StableDiffusionPipeline but found nothing related. See: [Using...
Hi, I found the following lines (the kid stddev calculation code) quite confusing : https://github.com/taki0112/GAN_Metrics-Tensorflow/blob/9ced680854992771482292d1a4abb7c838ddecbf/frechet_kernel_Inception_distance.py#L298 https://github.com/taki0112/GAN_Metrics-Tensorflow/blob/9ced680854992771482292d1a4abb7c838ddecbf/frechet_kernel_Inception_distance.py#L300 It seems that the division by `n_blocks` is duplicated in the above two lines.