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
6db4da8e
Commit
6db4da8e
authored
5 years ago
by
lukas leufen
Browse files
Options
Downloads
Patches
Plain Diff
removed logger from all run files
parent
1bb1cefd
No related branches found
No related tags found
2 merge requests
!90
WIP: new release update
,
!89
Resolve "release branch / CI on gpu"
Pipeline
#32234
passed
5 years ago
Stage: test
Stage: pages
Stage: deploy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
run.py
+0
-3
0 additions, 3 deletions
run.py
run_hourly.py
+0
-4
0 additions, 4 deletions
run_hourly.py
with
0 additions
and
7 deletions
run.py
+
0
−
3
View file @
6db4da8e
...
...
@@ -4,7 +4,6 @@ __date__ = '2019-11-14'
import
argparse
from
src.helpers
import
Logger
from
src.run_modules.experiment_setup
import
ExperimentSetup
from
src.run_modules.model_setup
import
ModelSetup
from
src.run_modules.post_processing
import
PostProcessing
...
...
@@ -12,8 +11,6 @@ from src.run_modules.pre_processing import PreProcessing
from
src.run_modules.run_environment
import
RunEnvironment
from
src.run_modules.training
import
Training
Logger
()
def
main
(
parser_args
):
...
...
This diff is collapsed.
Click to expand it.
run_hourly.py
+
0
−
4
View file @
6db4da8e
...
...
@@ -29,10 +29,6 @@ def main(parser_args):
if
__name__
==
"
__main__
"
:
formatter
=
'
%(asctime)s - %(levelname)s: %(message)s [%(filename)s:%(funcName)s:%(lineno)s]
'
logging
.
basicConfig
(
format
=
formatter
,
level
=
logging
.
INFO
)
# logging.basicConfig(format=formatter, level=logging.DEBUG)
parser
=
argparse
.
ArgumentParser
()
parser
.
add_argument
(
'
--experiment_date
'
,
metavar
=
'
--exp_date
'
,
type
=
str
,
default
=
None
,
help
=
"
set experiment date as string
"
)
...
...
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