Error in _get_kwarg function when handling lists as input
emmateki opened this issue · 1 comments
emmateki commented
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.
torch-em/torch_em/util/modelzoo.py
Line 233 in b90721b