cypw / PyTorch-MFNet

MIT License
252 stars 56 forks source link

Where to start from a Beginner's point of view ? #35

Open vaibhavsah opened 3 years ago

vaibhavsah commented 3 years ago

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.

liuhui0401 commented 2 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.