Minor aesthetic change

This commit is contained in:
Jensun Ravichandran 2021-06-05 01:23:58 +02:00
parent b82bb54dbe
commit bed753a6e9

View File

@ -44,7 +44,7 @@ class PruneLoserPrototypes(pl.Callback):
if self.verbose:
print(f"\nPrototype win ratios: {ratios}")
print(f"Pruning prototypes at: {to_prune}")
print(f"Corresponding labels are: {prune_labels}")
print(f"Corresponding labels are: {prune_labels.tolist()}")
cur_num_protos = pl_module.num_prototypes
pl_module.remove_prototypes(indices=to_prune)
if self.replace: