yulin
yulin
thanks to your great work, I learn a lot from your code, but when I use your code to train VOC2007 from scratch the confidence loss very large, so the...
Environment: 1. GPU cards: Tesla K80 2. CUDA:8.0 3. cuDNN:5.1 4. OpenMPI:1.10.2 Problems: After make there are five files in .../nvidia/bin , they are: conv_bench gemm_bench nccl_mpi_all_reduce nccl_single_all_reduce rnn_bench And...
In your code, you build the embedding matrix with parameter `padding_idx=0`, but the next step you initialize the embedding matrix's weight, that is mean 'padding_idx=0' do nothing, right? `emb =...