We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 404ad74 commit c7a2dccCopy full SHA for c7a2dcc
1 file changed
README.org
@@ -137,6 +137,8 @@ The two available post-processing functions are located in the ~hpacellseg.utils
137
CELL_MODEL,
138
scale_factor=0.25,
139
device="cuda",
140
+ # NOTE: setting padding=True seems to solve most issues that have been encountered
141
+ # during our single cell Kaggle challenge.
142
padding=False,
143
multi_channel_model=True,
144
)
0 commit comments