Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
MLAir
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
esde
machine-learning
MLAir
Commits
d85907d2
Commit
d85907d2
authored
5 years ago
by
Felix Kleinert
Browse files
Options
Downloads
Patches
Plain Diff
update README
parent
f5d7b691
No related branches found
No related tags found
No related merge requests found
Pipeline
#37538
failed
5 years ago
Stage: test
Stage: pages
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+1
-1
1 addition, 1 deletion
README.md
with
1 addition
and
1 deletion
README.md
+
1
−
1
View file @
d85907d2
...
@@ -25,7 +25,7 @@ you can install the requirements into the venv:
...
@@ -25,7 +25,7 @@ you can install the requirements into the venv:
### Remarks on first setup
### Remarks on first setup
1.
The source code does not include any data to process. Instead, it will check if data are available on your local machine
1.
The source code does not include any data to process. Instead, it will check if data are available on your local machine
and will download data from the
[
here
](
https://join.fz-juelich.de
)
.
The data set is roughly 1.6 GB.
We did not implement
and will download data from the
[
here
](
https://join.fz-juelich.de
)
. We did not implement
a default
`data_path`
as we want to allow you to choose where exactly the data should be stored.
a default
`data_path`
as we want to allow you to choose where exactly the data should be stored.
Consequently, you have to pass a custom data path to
`ExperimentSetup`
in
`run.py`
(see example below).
Consequently, you have to pass a custom data path to
`ExperimentSetup`
in
`run.py`
(see example below).
If all required data are already locally available, the program will not download any new data.
If all required data are already locally available, the program will not download any new data.
...
...
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