philippabele / deep-groove-with-pytorch

0 stars 1 forks source link

First steps with PyTorch #13

Closed philippabele closed 1 year ago

philippabele commented 1 year ago

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

RicoKursidem commented 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?

philippabele commented 1 year ago

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.