Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hyunji
/
A-Performance-Evaluation-of-CNN-for-Brain-Age-Prediction-Using-Structural-MRI-Data
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Hyunji
2021-12-20 03:48:49 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
ebfe69fda4491af4582860ef5f37f1f87eae777c
ebfe69fd
1 parent
dd7a30b3
config
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
0 deletions
3DCNN_VGGNet_2DResNet/config.json
3DCNN_VGGNet_2DResNet/config.json
0 → 100644
View file @
ebfe69f
{
"dataset_path"
:
"**dataset path"
,
"batch_size"
:
16
,
"learning_rate"
:
0.0006
,
"weight_decay"
:
0.0006
,
"epochs"
:
100
,
"initial_lr_rampup"
:
20
,
"3d"
:
false
,
"mixup"
:
false
,
"mixup_alpha"
:
0.4
,
"save_path"
:
"**save path"
}
Please
register
or
login
to post a comment