Skip to content

EBR retrain the model every time even if a pretrained folder already exists #161

@Louis-Mozart

Description

@Louis-Mozart

I guess the issue is from this line. Can we do something like this instead?

if os.path.isdir(args.path_to_store_single_run):
# Load the trained model
self.model = KGE(path=args.path_to_store_single_run)
else:
Execute(args).start()

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