Open vaibhavsah opened 3 years ago
Firstly, you should read README.md to find the correct way to run this model. Secondly, you should find out the input and output format. By the way, pdb is a useful tool. Thirdly, you should find out the structure of the model. You can try print the model or use breakpoint.
Hi I am a beginner in the ML field. So far I have just created my own models in Jupyter notebooks and ran them. But using a baseline model is kind of new for me. I don't know where to start from. I understand I need to compile the models first. But can someone lay down some beginner steps from where to start with using this code.