Skip to content

Commit

Permalink
fix wide_deep gpups error when run in py>3.7 (PaddlePaddle#950)
Browse files Browse the repository at this point in the history
  • Loading branch information
fightfat authored Sep 8, 2023
1 parent cd7fdf1 commit a6a6b2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion models/rank/wide_deep/config_gpups.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ runner:
sync_mode: "gpubox"
thread_num: 30
reader_type: "InmemoryDataset" # DataLoader / QueueDataset / RecDataset / InmemoryDataset
pipe_command: "python3.7 models/rank/wide_deep/queuedataset_reader.py"
pipe_command: "python models/rank/wide_deep/queuedataset_reader.py"
dataset_debug: False
split_file_list: False

Expand Down

0 comments on commit a6a6b2c

Please sign in to comment.