Commit 5bd136ae authored by 赵威's avatar 赵威

use cpu

parent b0a71fc8
......@@ -23,6 +23,8 @@ def main():
tf.logging.set_verbosity(tf.logging.INFO)
os.environ["CUDA_VISIBLE_DEVICES"] = "-1"
device_df, diary_df, click_df, conversion_df = read_csv_data(Path("~/data/cvr_data/"))
# print(diary_df.sample(1))
device_df = device_feature_engineering(device_df)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment