Ting-Chun Wang

Results 13 comments of Ting-Chun Wang

**--n_clusters 10** means it will randomly pick one from the 10 possible clusters. If you want to generate all 10 outputs, you will need to write a for loop.

@Sunsunny11 If you're using pytorch >= 0.4, please make sure to pull the latest code, which has `with torch.no_grad()` in the inference function.

Hmm that's strange. Does the input image change in the results? It might be a potential bug.