Dave Brown
Dave Brown
@dongminlee94 , Great work on creating a simple IRL solution - Is your work licensed under the MIT license?
@karpathy - thank you for the great software. I wrote up a visual walk-through of how it all works in detail. I think I got it all right and am...
I am using the cudnn_frontend to perform a simple matmul - all works as expected when using FLOAT data type, but the graph::check_support is really slow. I there any way...
At lines 101-102 of UnpoolingLayer::Reshape unpooled_height_ = static_cast((height_ - 1) * stride_h_ + kernel_h_ - 2 * pad_h_); unpooled_width_ = static_cast((width_ - 1) * stride_w_ + kernel_w_ - 2 *...
Hi @zahraatashgahi , Is you code distributed under the MIT license?
What license are you distributing under?