Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bolsonaro
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
Luc Giffon
bolsonaro
Commits
2d896dd1
Commit
2d896dd1
authored
5 years ago
by
leo.bouscarrat
Browse files
Options
Downloads
Patches
Plain Diff
New result for california
parent
0f1d25f7
No related branches found
No related tags found
Tags containing commit
1 merge request
!15
Resolve "Adding new datasets"
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
scripts/run_compute_results.sh
+2
-2
2 additions, 2 deletions
scripts/run_compute_results.sh
scripts/run_stage4_experiments.sh
+2
-1
2 additions, 1 deletion
scripts/run_stage4_experiments.sh
with
4 additions
and
3 deletions
scripts/run_compute_results.sh
+
2
−
2
View file @
2d896dd1
#
for dataset in california_housing
for
dataset
in
breast_cancer diabetes diamonds california_housing boston linnerud steel-plates kr-vs-kp digits iris kin8nm olivetti_faces wine spambase
for
dataset
in
california_housing
#
for dataset in breast_cancer diabetes diamonds california_housing boston linnerud steel-plates kr-vs-kp digits iris kin8nm olivetti_faces wine spambase
do
python code/compute_results.py
--stage
=
4
--experiment_ids
1 2 3
--dataset_name
=
$dataset
--models_dir
=
models/
$dataset
/stage4
done
This diff is collapsed.
Click to expand it.
scripts/run_stage4_experiments.sh
+
2
−
1
View file @
2d896dd1
...
...
@@ -3,9 +3,10 @@ core_number=14
walltime
=
1:00
seeds
=
'1 2 3 4 5 6 7'
for
dataset
in
california_housing
#for dataset in kin8nm
#for dataset in gamma
for
dataset
in
breast_cancer diabetes diamonds california_housing boston linnerud steel-plates kr-vs-kp digits iris kin8nm lfw_pairs linnerud olivetti_faces wine spambase gamma
#
for dataset in breast_cancer diabetes diamonds california_housing boston linnerud steel-plates kr-vs-kp digits iris kin8nm lfw_pairs linnerud olivetti_faces wine spambase gamma
do
oarsub
-p
"(gpu is null)"
-l
/core
=
$core_number
,walltime
=
1:00
"conda activate test_env && python code/train.py --dataset_name=
$dataset
--seeds
$seeds
--extraction_strategy=none --save_experiment_configuration 4 none_with_params --extracted_forest_size_stop=1 --extracted_forest_size_samples=30 --experiment_id=1 --models_dir=models/
$dataset
/stage4 --subsets_used train+dev,train+dev"
oarsub
-p
"(gpu is null)"
-l
/core
=
$core_number
,walltime
=
1:00
"conda activate test_env && python code/train.py --dataset_name=
$dataset
--seeds
$seeds
--extraction_strategy=random --save_experiment_configuration 4 random_with_params --extracted_forest_size_stop=1 --extracted_forest_size_samples=30 --experiment_id=2 --models_dir=models/
$dataset
/stage4 --subsets_used train+dev,train+dev"
...
...
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