constantinpape/torch-em

Error in _get_kwarg function when handling lists as input

Opened this issue · 0 comments

Hi,
firstly, I want to thanks for this repo! I've been using the 2D-UNet notebook, and I encountered an issue when attempting to add a description,tags,authors,... of the model as my input . I think that to enable both single and double quotes, the line of code should be modified to something like this ?
val = val.replace(" ' ", ' " ')

here is the line of code.

val = val.replace(""", """) # enable single quotes