Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Absinth - A Small World of Semantic Similarity
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Victor Zimmermann
Absinth - A Small World of Semantic Similarity
Commits
97c72872
Commit
97c72872
authored
6 years ago
by
Victor Zimmermann
Browse files
Options
Downloads
Patches
Plain Diff
Update directory structure.
parent
da400f2e
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
source/setup.sh
+6
-4
6 additions, 4 deletions
source/setup.sh
with
6 additions
and
4 deletions
source/setup.sh
+
6
−
4
View file @
97c72872
#!/bin/bash
mkdir
../output
mkdir
../output/baseline
mkdir
../output/system
mkdir
final
THIS_DIR
=
$(
dirname
"
${
BASH_SOURCE
[0]
}
"
)
mkdir
"
$THIS_DIR
/../output/"
mkdir
"
$THIS_DIR
/../output/.final/"
mkdir
"
$THIS_DIR
/../results/"
python3
-m
venv absinth_env
source
absinth_env/bin/activate
...
...
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