-
Dear Mr. Guan,
while doing research, I came across your Medium-article about TL-GANs and this corresponding implementation. I find your idea really exciting and would like to use it for some experime…
-
File "I:/TL-gan/transparent_latent_gan-master/src/tl_gan/script_generation_interactive.py", line 63, in
G, D, Gs = pickle.load(file)
ImportError: No module named 'tfutil'
but we don't used …
-
Hi,
This is great work, very interesting. I've managed to train my own GAN and feature extractor (I have my own labelled dataset), but am not having success with creating the feature extractor.
…
-
I have find the problem.There are BatchNorm layers in SRGAN discriminator. When I delete them, the program can work. Or when I didn't use tf.distribute.MirroredStrategy, the program can work. Do tf.di…
-
- Initialize learning G never breaks the loop currently.
- Image ouput is overwritten each step in an entire epoch
if (epoch != 0) and (epoch % 10 == 0):
tl.vis.save_images(fak…
-
g_gan_loss = 1e-3 * tl.cost.sigmoid_cross_entropy(logits_fake, tf.ones_like(logits_fake), name='g')
mse_loss = tl.cost.mean_squared_error(net_g.outputs , t_target_image, is_mean=True)
vg…
-
The error code is resourse exhausted.
But I tried not to preload the whole train set.
I used a GTX 1070.
def train():
## create folders to save result images and trained model
save_dir_…
-
After reading some of the previous questions, I have another doubt about the data extension of the validation set. Does the validation set have to be in bmp format? In line 60.61 of the main_gan_init …
-
File "c:\users\asus\appdata\local\programs\python\python37\lib\site-packages\streamlit\ScriptRunner.py", line 319, in _run_script
exec(code, module.__dict__)
File "C:\Users\asus\PycharmProjects\…
-
Example:
``` dart
var testTrad = PinyinHelper.getPinyin('乾淨', format: PinyinFormat.WITH_TONE_MARK);
print(testTrad);
var testSimpl = PinyinHelper.getPinyin('干净', format: PinyinFormat.WITH_TONE_M…