-
Notifications
You must be signed in to change notification settings - Fork 14
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
Obsessive-compulsive disorder #28
Comments
[20:29:25.391] Case ../data/imagesTr/colon_008.nii.gz - Dice 0.045385 | NSD 0.126578 |
setup_logger(logger_name="test", root=args.snapshot_path, screen=True, tofile=True) |
How to fix it? Help me please, thanks a lot |
Hi, you can set screen=False in this line.
|
Great Work!A tiny problem. Logger. info printed the information twice on the command line, I don't want this to happen.
[20:24:57.016] Namespace(data='colon', snapshot_path='./snapshot/colon', data_prefix='../data', rand_crop_size=(256, 256, 256), device='cuda:0', batch_size=1, num_classes=2, num_worker=6, checkpoint='last', tolerance=5)
2023-10-14 20:24:57,016 - Namespace(data='colon', snapshot_path='./snapshot/colon', data_prefix='../data', rand_crop_size=(256, 256, 256), device='cuda:0', batch_size=1, num_classes=2, num_worker=6, checkpoint='last', tolerance=5)
The text was updated successfully, but these errors were encountered: