Skip to content
Snippets Groups Projects
Commit eef6ae89 authored by LocNgu's avatar LocNgu
Browse files

Fix lint check

parent fc678d20
No related branches found
No related tags found
3 merge requests!322Merge preview into main,!319Merge preview into main,!127Fix links and markdown in Keras.md
......@@ -164,9 +164,9 @@ Generally, for machine learning purposes ml partition is used but for
some special issues, SCS5 partition can be useful. The following sbatch
script will automatically execute the above Python script on ml
partition. If you have a question about the sbatch script see the
article about [SLURM](./../jobs/BindingAndDistributionOfTasks.md). Keep in mind that you need to put the
executable file (Keras_example) with python code to the same folder as
bash script or specify the path.
article about [SLURM](./../jobs/BindingAndDistributionOfTasks.md).
Keep in mind that you need to put the executable file (Keras_example) with
python code to the same folder as bash script or specify the path.
```bash
#!/bin/bash
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment