Skip to content
This repository has been archived by the owner on Oct 19, 2024. It is now read-only.

Commit

Permalink
Fixes {#19}
Browse files Browse the repository at this point in the history
  • Loading branch information
AjeyPaiK committed Dec 8, 2023
1 parent 041c515 commit b54ec38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ahcore/entrypoints.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ def inference(config: DictConfig) -> None:

# Inference
logger.info("Starting inference...")
trainer.predict(model=model, datamodule=datamodule)
trainer.predict(model=model, datamodule=datamodule, return_predictions=False)

# Make sure everything closed properly
logger.info("Finalizing...")

0 comments on commit b54ec38

Please sign in to comment.