Osman Mutlu
Results
2
issues of
Osman Mutlu
Hi, I have a question concerning how backpropogation works for a new `getindex` function. ```julia import Knet: getindex function getindex(A::KnetArray{Float32,3}, ::Colon, I::Real, ::Colon) sizes = size(A) A = reshape(A, :,...
I've been running experiments using this repo with qc-fine data and my own data, which is for a binary classification task. In my experiments with my data, your bert implementation...