We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb82e88 commit 661db62Copy full SHA for 661db62
cirtorch/datasets/traindataset.py
@@ -153,6 +153,8 @@ def __repr__(self):
153
def create_epoch_tuples(self, net):
154
155
print('>> Creating tuples for an epoch of {}-{}...'.format(self.name, self.mode))
156
+ print(">>>> used network: ")
157
+ print(net.meta_repr())
158
159
## ------------------------
160
## SELECTING POSITIVE PAIRS
0 commit comments