How to output my data directly ?

As the picture shows,I am working on a CNN project,and the codes are your open source codes, I want to output the data “out” which is in my picture directly, but if I use “print”,Iwill get the form as the picture which with some letters such as ‘Variable containing:’‘’ and ‘’[torch.FloatTensor of size 1x10]‘’, Iwant to know whether there is a way that I can get only my data (only with number) directly, Thank you!

ZRM)E)[HSX5$GS}6Y0{4`J|457x190 ![4(HMTY{M]E]YZD3WCD7PCK4

print(x.data) # x is the Variable