Skip to content

options.py #25

@rongyua

Description

@rongyua

parser.add_argument('--use_bilinear', type=int, default=1)
parser.add_argument('--path_gate', type=int, default=1)
parser.add_argument('--grph_gate', type=int, default=1)
parser.add_argument('--omic_gate', type=int, default=1)
parser.add_argument('--path_scale', type=int, default=1)
parser.add_argument('--grph_scale', type=int, default=1)
parser.add_argument('--omic_scale', type=int, default=1)
Can you tell me the use of these parameters in the options.py file?
When I run the GCN+SNN code, I get an error using the command you gave me.
FileNotFoundError: [Errno 2] No such file or directory: './data/TCGA_GBMLGG/all_st_patches_512_cpc/TCGA-12-0616-01Z-00-DX3.b426f381-b175-4a6d-957e-2dbfed42caeb_2_256_0.pt'.
But it can run after deleting some of the above parameters in the code you gave.
Can you please answer this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions