-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add bunch of cleanups and design principle section #71
Conversation
clena up the repo to: 1. remove unused files 2. delete not used code comments
README.md
Outdated
|
||
## Design Principles | ||
|
||
TorchTrain is a native PyTorch library with various training techniques, it utilizes the PyTorch ecosystem for things like data loading (i.e. HuggingFace datasets), the core functionality is written in PyTorch. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit on grammar:
TorchTrain is a native PyTorch library with various training techniques. While it utilizes the PyTorch ecosystem for things like data loading (i.e. HuggingFace datasets), the core functionality is written in PyTorch.
README.md
Outdated
@@ -67,3 +67,12 @@ If your gpu count per node is not 8, adjust: | |||
```#SBATCH --gpus-per-task``` | |||
|
|||
in the SBATCH command section. | |||
|
|||
|
|||
## Design Principles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this go near the top of the readme? It's a (good) intro and design/architecture guide, I would not put it at the bottom.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm - I like the guiding 'vision' it sets out.
two nits - one grammar, the other I think the readme addition should be near the top for users to see it up front.
No description provided.