Closed philippabele closed 1 year ago
Hi,
I have a question about GitHub branches.
What is the beat practice for dealing with already closed branches. Am I supposed to delete them in my project, or can I just leave them where they are? Also, should I always take the main branch as the origin of the branch, or should I always use the last opened branch?
You can delete your merged branches, but don't have to.
It is good practice so start your feature branche based on the main branche.
If the main changes and you rebase your feature branche, the changes will also be available in your feature branche.
https://pytorch.org/get-started/locally/
I would prefer a installation on Windows, with cuda and pip.
https://pytorch.org/tutorials/beginner/basics/intro.html
Great tutorial with all steps of a complete Machine Learning workflow