I've noticed that all experiments use this configuration file as a base and only modify the parameters under the # Meta Information for Result Analysis section.
Now, I would like to introduce some custom modifications to the model and potentially create another .py file similar to the current one.
However, I'm unsure about how to import this new .py file for model training. Could you provide some guidance on this matter?
Hello, author! I appreciate your excellent work.
I've noticed that all experiments use this configuration file as a base and only modify the parameters under the
# Meta Information for Result Analysis
section.Now, I would like to introduce some custom modifications to the model and potentially create another .py file similar to the current one.
However, I'm unsure about how to import this new .py file for model training. Could you provide some guidance on this matter?