Skip to content

Commit dfc4514

Browse files
committed
[minor] review example
1 parent 4658b0e commit dfc4514

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/amplitude_encoding_mnist/mnist_new.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
from torchquantum.operators import op_name_dict
1313
from typing import List
1414

15-
import pdb
16-
pdb.set_trace()
17-
18-
1915

2016
class TQNet(tq.QuantumModule):
2117
def __init__(self, layers: List[tq.QuantumModule], encoder=None, use_softmax=False):

0 commit comments

Comments
 (0)