SoFunction
Updated on 2024-12-12

Examples of PyTorch

Not concat.

import torch
a = ([1,2])
b = ([1,2])
([a,b],1)
(0 ,.,.) = 
 1 1
 1 1
[ of size 1x2x2]

This above example of PyTorch is all that I have shared with you, I hope to give you a reference, and I hope you will support me more.