nv-morpheus / Morpheus

Morpheus SDK
Apache License 2.0
364 stars 136 forks source link

[BUG]: DFP integrated training batch pipeline ignores --start_time flag #1590

Closed dagardner-nv closed 7 months ago

dagardner-nv commented 7 months ago

Version

24.06

Which installation method(s) does this occur on?

Source

Describe the bug.

dfp_integrated_training_batch_pipeline.py appears to be ignoring the --start_time flag.

Passing in --start_time "2022-08-08" still yields this output:

Preprocessed 102 data logs in 2022-08-02T00:37:03.000000000 to 2022-08-02T23:30:48.000000000 in 224.7006893157959 ms
Preprocessed 100 data logs in 2022-08-03T00:01:48.000000000 to 2022-08-03T23:58:52.000000000 in 193.61233711242676 ms

Minimum reproducible example

python dfp_duo_pipeline.py --train_users generic --start_time "2022-08-01" --input_file="../../../data/dfp/duo-training-data/*.json" --log_level=DEBUG --tracking_uri="http://localhost:5000"

Relevant log output

Click here to see error details

Preprocessed 102 data logs in 2022-08-02T00:37:03.000000000 to 2022-08-02T23:30:48.000000000 in 224.7006893157959 ms
Preprocessed 100 data logs in 2022-08-03T00:01:48.000000000 to 2022-08-03T23:58:52.000000000 in 193.61233711242676 ms

Full env printout

Click here to see environment details

 [Paste the results of print_env.sh here, it will be hidden by default]

Other/Misc.

No response

Code of Conduct