daniel_deng

Results 6 issues of daniel_deng

This project is a very impressive job. I am wondering how to apply this model to SR and animation as SinGAN does. In SinGAN SR process, it need to up-sample...

``` THCudaCheck FAIL file=/pytorch/aten/src/THC/THCGeneral.cpp line=383 error=11 : invalid argument Traceback (most recent call last): File "test.py", line 255, in example_dconv() File "test.py", line 175, in example_dconv output = dcn(input) File...

update dqn.py for workable training. For 12 hours training on server with GPU 1080Ti x2, the loss reduce from 0.008 to 0.003.

Dear author, I am trying to train the model with over 10 millions datapoints and even though I set `--num-processes` as 3 by `molecule_generation preprocess data/merged_lib results/merged_lib_full traces/merged_lib_full --pretrained-model-path xxx_best.pkl...

question

hi, very nice job on SR in frequency domain. Could you update the pretrained model in gdrive or baidu netdisk? Thanks!

when I add normal noise to each layers of G, the output becomes total garbege even after thousands of epochs. I am wondering if I am doing this in the...