sunshangquan
commited on
Commit
·
74f47dc
1
Parent(s):
5a7c1cb
basicsr/models/archs/histoformer_arch.py
CHANGED
@@ -267,7 +267,7 @@ class Upsample(nn.Module):
|
|
267 |
return self.body(x)
|
268 |
|
269 |
##########################################################################
|
270 |
-
class Histoformer(nn.Module, PyTorchModelHubMixin):
|
271 |
def __init__(self,
|
272 |
inp_channels=3,
|
273 |
out_channels=3,
|
|
|
267 |
return self.body(x)
|
268 |
|
269 |
##########################################################################
|
270 |
+
class Histoformer(nn.Module, PyTorchModelHubMixin, repo_url="https://github.com/sunshangquan/Histoformer",):
|
271 |
def __init__(self,
|
272 |
inp_channels=3,
|
273 |
out_channels=3,
|