Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
experiment-test
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Tom JORQUERA
experiment-test
Commits
185459d8
Commit
185459d8
authored
Jan 04, 2017
by
Tom Jorquera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
0 deletions
+12
-0
step0_prepare.sh
step0_prepare.sh
+4
-0
step1_run.sh
step1_run.sh
+3
-0
step2_evaluate.sh
step2_evaluate.sh
+2
-0
steps.txt
steps.txt
+3
-0
No files found.
step0_prepare.sh
0 → 100755
View file @
185459d8
#!/bin/sh
echo
'PWD '
$PWD
echo
'ZEALOT_OUT '
$ZEALOT_OUT
echo
'some data'
>
$ZEALOT_OUT
/data.txt
step1_run.sh
0 → 100755
View file @
185459d8
#!/bin/sh
echo
'some tmp file'
>
$ZEALOT_TMP
/tmp.bin
echo
'some model'
>
$ZEALOT_OUT
/model.bin
step2_evaluate.sh
0 → 100755
View file @
185459d8
#!/bin/sh
echo
'some;result'
>
$ZEALOT_OUT
/res.csv
steps.txt
0 → 100644
View file @
185459d8
step0_prepare.sh
step1_run.sh
step2_evaluate.sh
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment