Skip to content

Inherit information from training data when train = False in GraphDataset class #444

@DaniBodor

Description

@DaniBodor

For validation and test datasets, the train argument is set to False and a dataset_train must be specified.

Since attributes such as target, task, node_features and edge_features (perhaps others) must be identical between training, validation, and test datasets, it would make sense to read these from dataset_train rather than asking the user to specify them again.

Metadata

Metadata

Assignees

Labels

Datasetdataset module related issuesgood first issueGood for newcomersstaleissue not touched from too much time

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions