MIMIR-BIOMEDICAL / mobile-unetplusplus-cac-scoring

Implementation of UNET++ for CAC Scoring using Tensorflow
MIT License
7 stars 2 forks source link

Move dictionary inserts to its definition #46

Closed deepsource-autofix[bot] closed 1 year ago

deepsource-autofix[bot] commented 1 year ago

Instead of adding items to a dictionary just after creation, it should be refactored to add those items into the dict definition itself.