-
This is likely a newbie question, in which case apologies. It's my first time using torch.
The `display` output is basically blank. The `` contains
```html
display requires JavaScript…
-
I have used the exported model to produce the `.pb` file for deployment. I am unsure of how to specify the input. Below is the script I am using,
import tensorflow as tf
import argparse
…
-
Is it possible to somehow use the U-net architecture with images of size 480 x 640?
In its current implementation the U-net seems to only work with images of size 256x256,
due to the receptive field…
-
# 1. Method skimming
[ Link ](https://github.com/doublejy715/Paper_review/tree/main/Paper/DeepFaceEditing)
# 2. Related work
## 2.1 Neural Face Image Synthesis
- Goodfellow이 만든 Generative Advers…
-
Hi, could someone explain me what the three different losses mean? And which I should care at most in order to obtain good quality pics.
In particular:
- discrim_loss
- gen_loss_GAN
- gen_los…
ghost updated
4 years ago
-
IMAGE SYNC
-
### Is there an existing issue for this?
- [X] I have searched the existing issues and checked the recent builds/commits
### What happened?
The official way to open the API interface cannot be open…
-
Hi, I am using this to perform gender transfer on the CelebA-HQ dataset. Each image is of the size 1024 x 1024. I have classified the images into two folders trainA (male) and trainB (female). I am us…
-
Hello, I tried to load the pretrained checkpoints and faced a prblem of weights mismatch, code:
```
import os, torch
from collections import OrderedDict
import data
# change config file for a…
-
IMAGE SYNC