Skip to content

if i want to use "Learnable Ophthalmology SAM" model, how to edit the json file. #6

@sym330

Description

@sym330

If i want to use train "Learnable Ophthalmology SAM" model on ciiyscape dataset, how to edit the json file?
{
"init_lr" : 0.01,
"momentum" : 0.9,
"weight_decay": 5e-4,
"root" : "D:\workspace\datasets\segmentation\CamVid\preprocessed",
"epochs": 300,
"lr_sche": "poly",
"image_size": [360, 480],
"super_reso": true,
"fusion": true,
"num_classes": 32,
"gpu_index": "0",
"model_name": "deeplabv3plus",
"backbone": "resnet101",
"channel": 3,
"upscale_rate": 2,
"num_workers": 4,
"ckpt_dir": "./ckpt",
"dataset": "camvid",
"batch_size": 2
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions