Skip to content

Commit

Permalink
#145 related patch
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolay-r committed Jul 7, 2024
1 parent 67479da commit 46e4a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arelight/run/infer.py
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ def __entity_display_value(entity_value):
settings.append({
"labels_scaler": labels_scaler,
# We provide this settings for inference.
"predict_filepath": collection_target_func(DataType.Test),
"predict_filepath": collection_target_func(DataType.Test) + predict_extension[args.inference_writer],
"samples_io": sampling_engines_setup["arekit"]["samples_io"],
"predict_reader": predict_readers[args.inference_writer]
})
Expand Down

0 comments on commit 46e4a83

Please sign in to comment.