fix bug in maxout function
The line "shape[axis] = -1" will make the shape wrong when dealing with batches with arbitrary sizes.
Loading
Please sign in to comment
The line "shape[axis] = -1" will make the shape wrong when dealing with batches with arbitrary sizes.