Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
PySegCNN
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
Container 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
earth_observation_public
PySegCNN
Commits
bcaafc1e
Commit
bcaafc1e
authored
4 years ago
by
Frisinghelli Daniel
Browse files
Options
Downloads
Patches
Plain Diff
Final model configuration.
parent
ff236dbe
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
pysegcnn/main/train_config.py
+4
-3
4 additions, 3 deletions
pysegcnn/main/train_config.py
with
4 additions
and
3 deletions
pysegcnn/main/train_config.py
+
4
−
3
View file @
bcaafc1e
...
...
@@ -31,7 +31,8 @@ HERE = pathlib.Path(__file__).resolve().parent
# path to the datasets on the current machine
# DRIVE_PATH = pathlib.Path('C:/Eurac/Projects/CCISNOW/Datasets/')
# DRIVE_PATH = pathlib.Path('/mnt/CEPH_PROJECTS/cci_snow/dfrisinghelli/Datasets/') # nopep8
DRIVE_PATH
=
pathlib
.
Path
(
'
/home/dfrisinghelli/Datasets/
'
)
# DRIVE_PATH = pathlib.Path('/home/dfrisinghelli/Datasets/')
DRIVE_PATH
=
pathlib
.
Path
(
'
/home/clusterusers/dfrisinghelli_eurac/Datasets/
'
)
# name and paths to the datasets
DATASETS
=
{
'
Sparcs
'
:
DRIVE_PATH
.
joinpath
(
'
Sparcs
'
),
...
...
@@ -235,7 +236,7 @@ model_config = {
# define the batch size
# determines how many samples of the dataset are processed until the
# weights of the network are updated (via mini-batch gradient descent)
'
batch_size
'
:
128
,
'
batch_size
'
:
256
,
# the seed for the random number generator intializing the network weights
'
torch_seed
'
:
0
,
...
...
@@ -254,6 +255,6 @@ model_config = {
# define the number of epochs: the number of maximum iterations over
# the whole training dataset
'
epochs
'
:
50
00
,
'
epochs
'
:
2
00
,
}
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