Skip to content

Commit

Permalink
Fix up file paths in the DFP README (#2003)
Browse files Browse the repository at this point in the history
This is to account for the changes done during DFP refactoring

Authors:
  - Anuradha Karuppiah (https://github.com/AnuradhaKaruppiah)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #2003
  • Loading branch information
AnuradhaKaruppiah authored Oct 29, 2024
1 parent a0ac32f commit 0e46093
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/digital_fingerprinting/production/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,23 +138,23 @@ python $DFP_HOME/fetch_example_data.py all
Run Duo Training Pipeline:
```bash
python dfp_duo_pipeline.py --train_users generic --start_time "2022-08-01" --input_file="../../../data/dfp/duo-training-data/*.json"
python dfp_duo_pipeline.py --train_users generic --start_time "2022-08-01" --input_file="../../data/dfp/duo-training-data/*.json"
```
Run Duo Inference Pipeline:
```bash
python dfp_duo_pipeline.py --train_users none --start_time "2022-08-30" --input_file="../../../data/dfp/duo-inference-data/*.json"
python dfp_duo_pipeline.py --train_users none --start_time "2022-08-30" --input_file="../../data/dfp/duo-inference-data/*.json"
```
Run Azure Training Pipeline:
```bash
python dfp_azure_pipeline.py --train_users generic --start_time "2022-08-01" --input_file="../../../data/dfp/azure-training-data/AZUREAD_2022*.json"
python dfp_azure_pipeline.py --train_users generic --start_time "2022-08-01" --input_file="../../data/dfp/azure-training-data/AZUREAD_2022*.json"
```
Run Azure Inference Pipeline:
```bash
python dfp_azure_pipeline.py --train_users none --start_time "2022-08-30" --input_file="../../../data/dfp/azure-inference-data/*.json"
python dfp_azure_pipeline.py --train_users none --start_time "2022-08-30" --input_file="../../data/dfp/azure-inference-data/*.json"
```
##### Module-based DFP pipelines
Expand Down

0 comments on commit 0e46093

Please sign in to comment.