Skip to content

Commit 877347f

Browse files
committed
clean pycache
1 parent 0ea1812 commit 877347f

File tree

50 files changed

+5
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+5
-1
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
**/__pycache__
2+
/.vscode
3+
test.py
Binary file not shown.
Binary file not shown.
-504 Bytes
Binary file not shown.
-394 Bytes
Binary file not shown.
-4.72 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
-146 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

models/segmentation/cell_segmentation/cellvit.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
from .cellvit_unirepLKnet import UniRepLKNet
2222
from .replknet import *
2323

24+
from huggingface_hub import PyTorchModelHubMixin
2425

2526

2627
class LayerNorm(nn.Module):
@@ -258,7 +259,7 @@ def __init__(
258259

259260

260261

261-
class CellViT(UniRepLKNet):
262+
class CellViT(UniRepLKNet,PyTorchModelHubMixin):
262263

263264
def __init__(
264265
self,
-246 Bytes
Binary file not shown.
-3.66 KB
Binary file not shown.
-7.38 KB
Binary file not shown.

0 commit comments

Comments
 (0)