WenJie JIANG

Results 2 issues of WenJie JIANG

When I write a render lib based on oryol, shader is also included in the lib, and the generated shader is also included in the lib project. The other project...

question

when running label smoothing section, I found the code 'crit(x=predict, target=torch.LongTensor([2, 1, 0, 3, 3]))' return inf. I think the var predict shouldn't add log, for log(0) is -inf. and...