LeetCode
Question
·
Nov 2019
Tesla (Autopilot) TPS: 3d conv
1 upvote
3,225 views
3 replies
Question Details
Implement a 3d convolution function. you can find this with a simple google search. # given input.shape = (n, c, h, w) weight.shape = (h, w, c_i, c_o) output = conv_3d(input, weight, kernel_size, stride) #...
Full Details
🔒
Unlock full leaked content
Full insider details, leaked discussions, and candidate experiences.
Get Premium →Topics
Coding