Ga091an
Results
2
issues of
Ga091an
``` def pmf(i, pro_A, pro_B, por_C): pro_1 = pro_A * math.pow(pro_B, data[i]) * math.pow( (1 - pro_B), 1 - data[i]) pro_2 = pro_A* math.pow(pro_C, data[i]) * math.pow( (1 - pro_C),...
Here's my log: Tried CUDA_VISIBLE_DEVICES=0 python decode.py --config_file fairseq.ini and python decode.py --config_file fairseq.ini . Both got the same results. _________________ 021-01-22 09:52:11,907 INFO: Setting up fairseq library... [28/1021] |...