Dear, hosters!
Thank you for the great competition.
I have two questions.
Is there any method to know whether my submission is successful or not, and what is the correct method to make a successful submission?
I have submitted a dummy model which returns an empty image without any touch. But, I cannot see whether the submission is successful or not. I am asking you this because there are some mis-guide or misspellings.
- According to “How to write your own model?”, you recommend to create a directory named ‘agents.’
However, you say that we have to edit user_config.py in a directory of ‘agent.’ - According to “How to write your own model?”, agent/user_config.py will be used for the evaluations. But according to “Submission Entrypoint”, models/user_config.py is used for the evaluations.
- According to “How to write your own model?”, the function generate_responses is called for the evaluations. However according to ‘models/controlnet_model.py’, generate_design was implemented. There is no generate_responses function.
Because of these, I am confused about the right method for the evaluations.
Can you make it more clear?
Thank you,
Seongcheol Kim