Skip to content

Avoid hard-linked paths to model weights #75

@zietzm

Description

@zietzm

The evaluation script hardcodes the network paths on Thorshammer:

network_path = Path(
"/data1/home/berkowitzj/onsides/models/microsoft/"
"BiomedNLP-PubMedBERT-base-uncased-abstract"
)
model_path = Path(
"/data1/home/berkowitzj/onsides/models/"
"bestepoch-bydrug-PMB_14-ALL-125-all_222_24_25_1e-06_256_32.pth"
)

This should be done differently, and these weights should be stored elsewhere.

Metadata

Metadata

Assignees

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