Press enter to skip to main content.
November Check your answer spoiler-free View solution Stats

11/29 [6 points]

from torch.wordplay import *

def cat(a, b, c):
    # a, b, c are not important
    return permute(sub(relu(a), asin(b)), c)