Skip to content

Commit a2f36dc

Browse files
committed
[BUGFIX] Fix style and room reservations
1 parent 0879bc0 commit a2f36dc

File tree

1 file changed

+21
-18
lines changed

1 file changed

+21
-18
lines changed

docs/hpc-schools.md

Lines changed: 21 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Feel free to only attend the second day session if:
2121

2222
Limited spots available per session (usually 30 max).
2323

24-
### Upcoming sessions:
24+
### Upcoming sessions
2525

2626
- Date: July 2024, 1st-2nd
2727
- Time: 9am to 12pm (both days).
@@ -40,43 +40,43 @@ This event is an extended version of the "HPC school for beginners" and provides
4040

4141
Limited spots available per session (20 max).
4242

43-
### Upcoming sessions:
43+
### Upcoming sessions
4444

4545
- Date: March 2025, 12th-13th
4646
- Time: 09:00-12:00 and 13:00-17:00 (both days)
4747

48-
### Session 1 (Day 1, 09:00-12:00) - Accessing the Cluster and Command Line Introduction
48+
### Session 1 - Accessing the Cluster and Command Line Introduction
4949

50-
_Location:_ MSA 4.320, Belval campus
50+
_Timeslot:_ Day 1 09:00-12:00, _Location:_ MSA 4.320, Belval campus
5151

5252
Learn how to access the HPC cluster, set up your machine, and navigate the command line interface effectively. Gain confidence in interacting with the cluster environment.
5353

5454
Feel free to only to start attend the second day session if:
5555

56-
- You can connect to the ULHPC
57-
- You are comfortable with the command line interface
56+
- you can connect to the ULHPC, and
57+
- you are comfortable with the command line interface.
5858

59-
### Session 2 (Day 1, 13:00-17:00) - Understanding HPC Workflow: Job Submission and Monitoring
59+
### Session 2 - Understanding HPC Workflow: Job Submission and Monitoring
6060

61-
_Location:_ MSA 4.320, Belval campus
61+
_Timeslot:_ Day 1 13:00-17:00, _Location:_ MSA 4.320, Belval campus
6262

6363
Explore the inner workings of HPC systems. Discover the process of submitting and managing computational tasks. Learn how to monitor and optimize job performance.
6464

65-
### Session 3 (Day 2, 09:00-12:00) - Working with software environments and containers
65+
### Session 3 - Working with software environments and containers
6666

67-
_Location:_ MSA 4.380, Belval campus
67+
_Timeslot:_ Day 2 09:00-12:00, _Location:_ MSA 4.080, Belval campus
6868

6969
Discover how you can setup isolated software environments and containers in the HPC systems. Improve the reproducibility of you workflows by creating reproducible setups.
7070

71-
### Session 4 (Day 2, 13:00-17:00) - Using resources efficiently
71+
### Session 4 - Using resources efficiently
7272

73-
_Location:_ MSA 4.320, Belval campus
73+
_Timeslot:_ Day 2 13:00-17:00, _Location:_ MSA 4.080, Belval campus
7474

7575
Understand the allocation of resources in HPC systems. Configure you code to access cores, memory channels, and GPUs efficiently and prevent over-subscription.
7676

77-
#### Requirements
77+
### Requirements
7878

79-
- Having an HPC account to access the cluster.
79+
- Having an HPC account to access the cluster. Request an account following the [instructions in our system documentation](/accounts/#how-to-get-a-new-user-account).
8080

8181

8282
## Machine Learning for beginners
@@ -89,30 +89,33 @@ Limited spots available per session (20 max).
8989

9090
- Date: March, 2025, 19th-20th
9191
- Time: 09:00-12:00 and 13:00-17:00
92-
- Location: MSA 4.320, Belval campus
92+
- Location: MSA 4.080, Belval campus
9393

94-
### Training outcomes:
94+
### Training outcomes
9595

9696
By the end of the course, participants will:
97+
9798
- Understand key ML and DL concepts and techniques;
9899
- Gain hands-on experience with data preprocessing, model training, and evaluation;
99100
- Learn how to use HPC resources for accelerated ML workloads;
100101
- Explore distributed computing and GPU acceleration tools;
101102

102-
### Course structure:
103+
### Course structure
103104

104105
Day 1 - ML Foundations
106+
105107
- Introduction to ML - AI & ML, types of ML, key concepts;
106108
- Exploratory Data Analysis (EDA) in Jupyter Notebook - Loading, preprocessing, and visualizing;
107109
- Supervised Learning - Regression vs. Classification, model evaluation, hands-on exercises;
108110
- Introduction to Neural Networks.
109111

110112
Day 2 - DL & HPC Acceleration
113+
111114
- DL & CNNs - Building and training DL models;
112115
- Distributed computing on HPC;
113116
- Accelerated ML & DL.
114117

115-
#### Requirements
118+
### Requirements
116119

117120
- Having an HPC account to access the cluster.
118121
- Basic knowledge on SLURM (beginners HPC school).

0 commit comments

Comments
 (0)