Update tensor_network.py
Browse files- 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)
|