I found that input_data has uninitialized variables in it. I’m not sure why it works with forward diff.
julia> input_data.y_synth
0×1 Array{Int64,2}
julia> input_data.X_synth
0×41 Array{Float64,2}
Is that expected?
I found that input_data has uninitialized variables in it. I’m not sure why it works with forward diff.
julia> input_data.y_synth
0×1 Array{Int64,2}
julia> input_data.X_synth
0×41 Array{Float64,2}
Is that expected?