XU Shijian

Results 4 issues of XU Shijian

Hi, first thank you for providing this amazing plugin. I am new to unreal engine and not very familiar with the lib you used. I am wandering can I directly...

Hi, I have a question about the cgan implementation. In your code, you use **nn.embedding** to embed the prior labels. The problem is, when the learnable weights are not specified,...

Hello, I am trying to re-train your model. I have been able to pre-train the model on SyntheticSR dataset for 500k iterations and everything works fine. But when I switch...

Hi, thanks for the code. But I think there is some problem with the code. In the [noisy_top_k_gating](https://github.com/davidmrau/mixture-of-experts/blob/master/moe.py#L241-L246), the softmax should be placed after topk-selection. The gating logic in the...