Alexandre Patriota

Results 3 issues of Alexandre Patriota

Dear fellows, Can you please verify whether the following piece of code is correct: ``` if (!is.null(in_proj_bias)) { q

I updated the r-base and torch recently (UBUNTU 18.04). The last version seems not to be compatible with cuda version 11.6 ✖ Unsupported CUDA version "11.6" Do not understand why....

Dear fellows I was trying to ignore the first index in the cross_entropy_loss, but the index is following the Python pattern. It ignores the second index: nn_cross_entropy_loss(ignore_index=1) It ignores the...