• This project
    • Loading...
  • Sign in

Hyunji / A-Performance-Evaluation-of-CNN-for-Brain-Age-Prediction-Using-Structural-MRI-Data

%ea%b7%b8%eb%a6%bc1
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
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • A-Performance-Evaluation-of-CNN-for-Brain-Age-Prediction-Using-Structural-MRI-Data
  • 3DCNN_VGGNet_2DResNet
  • config.json
  • Hyunji's avatar
    config · ebfe69fd
    ebfe69fd Browse Files
    Hyunji authored 2021-12-20 03:48:49 +0900
config.json 241 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12
{
  "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"
}