We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I do the evaluation, I need to replace the * character with the self.init_text on this line
self.init_text
ViCo/ldm/data/personalized.py
Line 263 in 28c4c9c
TypeError: replace() argument 2 must be str, not None
Thanks in advance!
The text was updated successfully, but these errors were encountered:
It would be good to check where you initialise your dataset
ViCo/scripts/evaluate_model.py
Line 79 in 28c4c9c
like here and see if you actually set the init text. It might be initialised from the config files
Sorry, something went wrong.
thanks!
No branches or pull requests
When I do the evaluation, I need to replace the * character with the
self.init_text
on this lineViCo/ldm/data/personalized.py
Line 263 in 28c4c9c
but I get an error saying that
TypeError: replace() argument 2 must be str, not None
so how should I set the self.init_text?
Thanks in advance!
The text was updated successfully, but these errors were encountered: