Skip to content

Commit 661db62

Browse files
small print change
1 parent eb82e88 commit 661db62

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cirtorch/datasets/traindataset.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@ def __repr__(self):
153153
def create_epoch_tuples(self, net):
154154

155155
print('>> Creating tuples for an epoch of {}-{}...'.format(self.name, self.mode))
156+
print(">>>> used network: ")
157+
print(net.meta_repr())
156158

157159
## ------------------------
158160
## SELECTING POSITIVE PAIRS

0 commit comments

Comments
 (0)