We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a hardcoded threshold value of 0.3 in save method.
innofw/innofw/core/datamodules/lightning_datamodules/segmentation_hdf5_dm.py
Lines 104 to 105 in f0bfa99
Also it may be unnecessary since thresholding is already done in forward method, so the output already is in unit8 type.
forward
innofw/innofw/core/models/torch/lightning_modules/segmentation.py
Line 67 in f0bfa99
So, only this line may be left:
Line 105 in f0bfa99
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a hardcoded threshold value of 0.3 in save method.
innofw/innofw/core/datamodules/lightning_datamodules/segmentation_hdf5_dm.py
Lines 104 to 105 in f0bfa99
Also it may be unnecessary since thresholding is already done in
forward
method, so the output already is in unit8 type.innofw/innofw/core/models/torch/lightning_modules/segmentation.py
Line 67 in f0bfa99
So, only this line may be left:
innofw/innofw/core/datamodules/lightning_datamodules/segmentation_hdf5_dm.py
Line 105 in f0bfa99
The text was updated successfully, but these errors were encountered: