|
|
|
|
|
by 314
3092 days ago
|
|
Ah, ok - then I read the paper wrongly. i’ll go back and have another look. Edit: yes, I missed the details in section 4.1 when I skimmed through. I’m not familiar with the Kocker paper, but I assume the training looks like this? for(int i=0 i<n; i++) if(i==n-1) do_probe(); |
|