Skip to content

Minor compatibility fixes #1

@usmancheema89

Description

@usmancheema89

Yaml 6.0 compatibility:

datasets_cfg = yaml.load(f)
to
datasets_cfg = yaml.load(f,Loader=yaml.Loader)
in conf.py line 103

trying to load pretrained resnet/other model
pass

pretrained = False
in ANFL.py when fetching the backbone model eg "self.backbone = resnet101(pretrained=False)"

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