-
Notifications
You must be signed in to change notification settings - Fork 202
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
Refactored readme documentation for Gaudi examples #721
base: develop
Are you sure you want to change the base?
Refactored readme documentation for Gaudi examples #721
Conversation
95b7533
to
eea7857
Compare
b2ccb9a
to
e047796
Compare
# PyTorch_Kvasir_UNet | ||
|
||
## **Habana Tutorials** | ||
#### The name of the file/example that contain HPU adaptations start with "HPU". |
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.
Given the name change, check HPU here.
Also is the comment valid?
Please follow the instructions provided in the [Gaudi Installation Guide](https://docs.habana.ai/en/latest/Installation_Guide/index.html) to set up the environment including the ```$PYTHON``` environment variable. | ||
<br/> | ||
|
||
This example was tested on AWS DL1 EC2 instance created by following the instructions mentioned [here](https://docs.habana.ai/en/latest/AWS_EC2_DL1_and_PyTorch_Quick_Start/AWS_EC2_DL1_and_PyTorch_Quick_Start.html) . |
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.
Add a note: :"The example can be executed on any Gaudi configuration, DL1 on AWS or on an on-prem configuration. Currently, the validation has only been done on DL1 instance on AWS".
|
||
### **Note**: | ||
|
||
**There is a dependency in the order of execution (moving model to HPU and intializing optimizer). The workaround is to execute this step before initializing any optimizers.** |
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.
"execute this step". Instead say, "execute the below step".
## **Habana Tutorials** | ||
|
||
## **About model and experiments** | ||
|
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.
Apply my comments from the Kvasir documentation review.
|
||
**Note:** By default these experiments utilize only 1 HPU device | ||
<br/> | ||
|
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.
Comments from previous readme review are applicable here. Please apply them.
e047796
to
8213287
Compare
Signed-off-by: Supriya Krishnamurthi <[email protected]>
8213287
to
54c1d71
Compare
This PR contains the following changes suggested by Habana team: