20240921 Torch Basics
Do you know how to concat two tensors in pytorch? Do you know how to get the maximum element of 2D-tensor with respect to column dimension? One day, I realized that I am relying on web search or AI service like chatGTP. What if somebody asks me to write AI code? Can I write it by myself? So I asked Claude to generate a AI problem to solve and I found that solving the problem was very helpful for me because it reminds me of useful functions and their usages....