You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: