Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HCCDemo
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Operating Systems and Open Source Group
HCCDemo
Commits
17c68cb9
Commit
17c68cb9
authored
Oct 12, 2019
by
Daniel Shchur
Browse files
Options
Downloads
Patches
Plain Diff
fix link issues
parent
39781ed2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-0
8 additions, 0 deletions
README.md
with
8 additions
and
0 deletions
README.md
+
8
−
0
View file @
17c68cb9
...
@@ -4,25 +4,33 @@ This is a walkthrough demo on machine learning to be run on HCC
...
@@ -4,25 +4,33 @@ This is a walkthrough demo on machine learning to be run on HCC
Make sure you are in the WORK directory
Make sure you are in the WORK directory
# clone the repo
# clone the repo
`git clone [the url of this repo]`
`git clone [the url of this repo]`
# download the FMNIST dataset files
# download the FMNIST dataset files
`wget https://www.dropbox.com/s/ywp0bx4q7g09qjh/fmnist_train_labels.npy?dl=1`
`wget https://www.dropbox.com/s/ywp0bx4q7g09qjh/fmnist_train_labels.npy?dl=1`
`wget https://www.dropbox.com/s/z62pv5j7x3svjeg/fmnist_train_data.npy?dl=1`
`wget https://www.dropbox.com/s/z62pv5j7x3svjeg/fmnist_train_data.npy?dl=1`
# remane the FMNIST files
# remane the FMNIST files
`mv fmnist_train_labels.npy\?dl\=1 fmnist_train_labels.npy`
`mv fmnist_train_labels.npy\?dl\=1 fmnist_train_labels.npy`
`mv fmnist_train_data.npy\?dl\=1 fmnist_train_data.npy`
`mv fmnist_train_data.npy\?dl\=1 fmnist_train_data.npy`
### to run the slurm script, put both run.sh and demo.py in the same directory. Than type
### to run the slurm script, put both run.sh and demo.py in the same directory. Than type
`sbatch run.sh`
`sbatch run.sh`
### after running a slurm script, logs will be placed in the current directory the filename will look similar to this
### after running a slurm script, logs will be placed in the current directory the filename will look similar to this
`slurm-22578078.out`
`slurm-22578078.out`
### to view running jobs given a crane username, type the following
### to view running jobs given a crane username, type the following
`squeue -u <crane username>`
`squeue -u <crane username>`
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment