Tweak repr
This commit is contained in:
parent
fcf3a4979c
commit
7743c50725
@ -126,7 +126,7 @@ class ConnectionTopology(torch.nn.Module):
|
|||||||
self.age[b][a] = 0
|
self.age[b][a] = 0
|
||||||
|
|
||||||
def extra_repr(self):
|
def extra_repr(self):
|
||||||
return f"agelimit: {self.agelimit}"
|
return f"(agelimit): ({self.agelimit})"
|
||||||
|
|
||||||
|
|
||||||
class KNN(AbstractPrototypeModel):
|
class KNN(AbstractPrototypeModel):
|
||||||
|
Loading…
Reference in New Issue
Block a user