Hello, I am writing my own model.
Just a question: Do I write the model in a brand new file, or write the code on the existing user_config.py?
Hello, I am writing my own model.
Just a question: Do I write the model in a brand new file, or write the code on the existing user_config.py?
You can write a model anywhere you like. The user_config.py only specifies the entrypoint to your model. The model does not have to be here.