Skip to content
New issue

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

Error in _get_kwarg function when handling lists as input #227

Open
emmateki opened this issue Mar 16, 2024 · 0 comments
Open

Error in _get_kwarg function when handling lists as input #227

emmateki opened this issue Mar 16, 2024 · 0 comments

Comments

@emmateki
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant