Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
A
AVVR-Pipeline-GDP4
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
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
GDP Project 4
AVVR-Pipeline-GDP4
Commits
a88bf200
Commit
a88bf200
authored
7 months ago
by
tee1g21
Browse files
Options
Downloads
Patches
Plain Diff
Updated README and commented config.example.ini
parent
ddb9da18
No related branches found
No related tags found
1 merge request
!3
Fix config.ini file
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
README.md
+2
-1
2 additions, 1 deletion
README.md
scripts/config.example.ini
+4
-0
4 additions, 0 deletions
scripts/config.example.ini
with
6 additions
and
1 deletion
README.md
+
2
−
1
View file @
a88bf200
...
@@ -88,7 +88,8 @@ docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c "
...
@@ -88,7 +88,8 @@ docker run -it --runtime=nvidia -e NVIDIA_VISIBLE_DEVICES=0 360monodepth sh -c "
```
```
4.
Configure paths:
4.
Configure paths:
Edit scripts/config.ini to set binary directories for Anaconda in Windows and WSL, and copy paste the new docker image id.
-
Make a copy of scripts/config.example.ini in the same location and rename it to config.ini.
-
Edit config.ini to set binary directories for Anaconda in Windows and WSL, and copy paste the new docker image id.
5.
Run the main ML pipeline:
5.
Run the main ML pipeline:
```
cmd
```
cmd
...
...
This diff is collapsed.
Click to expand it.
scripts/config.example.ini
+
4
−
0
View file @
a88bf200
# example file for config.ini
# remove '.example' from the filename to use this file
# populate the fields with your own values
[Paths]
[Paths]
condaDir
=
C:/ProgramData/anaconda3
condaDir
=
C:/ProgramData/anaconda3
wslAnacondaDir
=
/home/chronohax/anaconda3/bin
wslAnacondaDir
=
/home/chronohax/anaconda3/bin
...
...
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