ShaniGam

Results 6 issues of ShaniGam

Is it possible to use encode_features on a model that was trained with `--labels_feat`? I run it and use the labelled images (the same ones I used on training) instead...

I train the model on 2975 images from the cityscapes dataset with the following command: `python train.py --name label2city_512p_feat_cityscapes --instance_feat` The outputs I get during the training seem fine: ![epoch054_160500_synthesized_image](https://user-images.githubusercontent.com/11832259/68186394-b523f080-ffac-11e9-876b-5b44c5400f18.jpg)...

Can you please explain the intuition for using `warm_step=200` for only 1 epoch? It doesn't seem like enough for meaningful training without distillation. What happens if I use the distillation...

Great work! I don't really understand how in the unified version you apply the loss on all the detection heads, even when there are no gradients because we didn't pass...

documentation

Whenever I try to start the training I get the error: `FailedPreconditionError (see above for traceback): Attempting to use uninitialized value conv2d_1/kernel`

First, thank you for this implementation! I want to continue train a model that I trained before. I run the following command: `python train.py --mixing --init_size 64 ./images/ --ckpt ./checkpoint/140000.model`...