Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dl_on_supercomputers
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
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HPC4NS
dl_on_supercomputers
Commits
a95f047b
Commit
a95f047b
authored
5 years ago
by
Fahad Khalid
Browse files
Options
Downloads
Patches
Plain Diff
Minor text updates.
parent
eb916a0e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
caffe/README.md
+1
-1
1 addition, 1 deletion
caffe/README.md
datasets/README.md
+3
-3
3 additions, 3 deletions
datasets/README.md
with
4 additions
and
4 deletions
caffe/README.md
+
1
−
1
View file @
a95f047b
...
...
@@ -16,7 +16,7 @@ or one or more custom layers can be written in Python.
The
`mnist_cmd`
sub-directory contains configuration and job scripts for running
Caffe as a command line tool with only built-in layers. This example represents use
case 1 as described above. The
`lenet_solver.prototxt`
and
`lenet_train_test.prototxt`
were taken from the MNIST examples directory available in the Caffe repository
available
were taken from the MNIST examples directory available in the Caffe repository
[
here
](
https://github.com/BVLC/caffe/tree/master/examples/mnist
)
. Minor changes have
been made just so the path to the input dataset is correct. The
`caffe`
command
in the job submission scripts can be modified as follows to run training on
...
...
This diff is collapsed.
Click to expand it.
datasets/README.md
+
3
−
3
View file @
a95f047b
...
...
@@ -8,9 +8,9 @@ maintained by the respective framework developers, as these are the same samples
uses when getting started with the framework.
However, the original examples are designed to automatically download the required
dataset in a framework-defined directory. This is not a feasible option
as compute
nodes on
th
e
supercomputers do not have access to the Internet. Therefore, the
samples
have been slightly modified to load data from this
`datasets`
directory. It contains
dataset in a framework-defined directory. This is not a feasible option
when working
wi
th supercomputers
as compute nodes
do not have access to the Internet. Therefore, the
samples
have been slightly modified to load data from this
`datasets`
directory. It contains
the MNIST dataset in different formats because samples for different frameworks expect
the dataset in a different format.
...
...
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