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 06047ef commit 819a29eCopy full SHA for 819a29e
cellseg_models_pytorch/modules/upsample/fixed_unpool.py
@@ -43,4 +43,4 @@ def forward(self, x: torch.Tensor) -> torch.Tensor:
43
44
def extra_repr(self):
45
"""Print output."""
46
- return "scale_factor={self.scale_factor}" # .format(**self.__dict__)
+ return f"scale_factor={self.scale_factor}" # .format(**self.__dict__)
0 commit comments