Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BUG Fix #24

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 9 additions & 12 deletions Seg_UKAN/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,20 +1,17 @@
addict==2.4.0
addict
dataclasses
pandas
pyyaml
albumentations
tqdm
tensorboardX
# mmcv-full==1.2.7
numpy
opencv-python
perceptual==0.1
pillow==8.4.0
scikit-image==0.17.2
scipy==1.5.4
tifffile==2020.9.3
timm==0.3.2
typing-extensions==4.0.0
yapf==0.31.0

pip install torch==1.13.0+cu116 torchvision==0.14.0+cu116 torchaudio==0.13.0 --extra-index-url https://download.pytorch.org/whl/cu116
perceptual
pillow
scikit-image
scipy
tifffile
timm
typing-extensions
yapf
2 changes: 1 addition & 1 deletion Seg_UKAN/train.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
from pdb import set_trace as st


ARCH_NAMES = archs.__all__
# ARCH_NAMES = archs.__all__
LOSS_NAMES = losses.__all__
LOSS_NAMES.append('BCEWithLogitsLoss')

Expand Down