Experiment - Tensor operations (add, mul, matmul)
Problem:You want to perform basic tensor operations like addition, element-wise multiplication, and matrix multiplication using PyTorch tensors.
Current Metrics:No current metrics as this is a basic tensor operation task.
Issue:You are unsure how to correctly use PyTorch functions for add, mul, and matmul operations and want to see their outputs.