Skip to content

Commit b4479f1

Browse files
committed
adjust some code blocks
and some minor rewording
1 parent c36f6c3 commit b4479f1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdocs/docs/HPC/getting_started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ understanding of the {{ hpcinfra }} and related terminology.
1919

2020
## Getting Access
2121

22-
To get access to the {{hpcinfra}}, visit [Getting an HPC Account](account.md).
22+
To get access to the {{hpcinfra}}, you need [an HPC account](account.md).
2323

2424
If you have not used Linux before,
2525
{%- if site == 'Gent' %}
@@ -41,7 +41,7 @@ Linux Commands](useful_linux_commands.md))
4141

4242
We will walk through an illustrative workload to get you started. In this
4343
example, our objective is to train a deep learning model for recognizing
44-
hand-written digits (MNIST dataset) using
44+
handwritten digits (MNIST dataset) using
4545
[TensorFlow](https://www.tensorflow.org/);
4646
see the [example scripts](https://github.com/hpcugent/vsc_user_docs/tree/main/{{exampleloc}}).
4747

@@ -68,7 +68,7 @@ now be able to login by running the following command:
6868
ssh {{userid}}@{{loginnode}}
6969
```
7070

71-
!!! Warning "User your own VSC account id"
71+
!!! Warning "Use your own VSC account id"
7272

7373
```text
7474
Replace **{{userid}}** with your VSC account id (see

0 commit comments

Comments
 (0)