One of Conv parameters is now called filter (after #873 was merged.
In my opinion, size better described what Flux expects to be supplied by the user: the size of the kernel. Now it reads filter, which, to me, sounds like Flux expects the user to supply the actual kernel here, not its size.
If others think it's fine, then I'm ok with that too.
One of
Convparameters is now calledfilter(after #873 was merged.In my opinion,
sizebetter described what Flux expects to be supplied by the user: the size of the kernel. Now it readsfilter, which, to me, sounds like Flux expects the user to supply the actual kernel here, not its size.If others think it's fine, then I'm ok with that too.