Daniel Jiwoong Im

Results 10 issues of Daniel Jiwoong Im

Net_helper file missing?

Hi, Could you release the code for web navigation experiments as well?? Thanks!

I followed README.md and ran ` python train.py --data_path ./data` But then I got the following errors: ``` {'dropout': 0.0, 'lr_ae': 1, 'load_vocab': '', 'nlayers': 1, 'batch_size': 64, 'beta1': 0.5,...

Hi I ran ```python test.py --checkpoint_dir checkpoint/generator_Hayao_weight --test_dir dataset/test/real --style_name H``` and got a nice results as you shown! There are three styles, Hayao, Paprika, and Shinkai, I notice that...

I have a question about running on nsmc dataset python main.py --dataset nsmc doesn't seem to work on both gtx1080 (8 GB) and k40 (12 GB). I get such an...

Hi, I notice that RAINBOW doesn't work when the batch size is greater than 32 (I tried for 64, 128, 256), where it is stuck in memory._retrieve the recursive call....

question

Hi guys, I was wondering if the list of tricks are ordered in priorities? If not, could you rank the tricks? Thanks

Does this work for tensorboard embedding visualizations?

Hi, Thanks for sharing your implementation of AlphaGo Zero. I was wondering how long does it take to train AlphaGo-zero (RL based) on 9X9? And how long does it get?...

Is there a way to output the line number when it gives a syntax error? For example, I get ``` note: Postgres failed to parse query: syntax error at or...

enhancement