Prositron commited on
Commit
8b932df
·
verified ·
1 Parent(s): dff6ebd

Update tensor_network.py

Browse files
Files changed (1) hide show
  1. tensor_network.py +1 -1
tensor_network.py CHANGED
@@ -75,4 +75,4 @@ model = FourDimensionalTransformer(num_layers=16, embed_dim=7, num_heads=1, num_
75
  output = model(input_tensor)
76
 
77
  print("Output shape:", output.shape)
78
- print("Output:", output)
 
75
  output = model(input_tensor)
76
 
77
  print("Output shape:", output.shape)
78
+ print("Output:", output)