From 2a3ba88d9a99fa6da2c9ad1f053251947be340ce Mon Sep 17 00:00:00 2001 From: jeon185 Date: Thu, 1 Sep 2022 13:23:30 +0900 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 902f551..a4e544f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # BundleMage -This project is a PyTorch implementation of BundleMage (submitted to ICDM 2022). +This project is a PyTorch implementation of BundleMage (submitted to BigData 2022). ## Prerequisties Our implementation is based on Python 3.6 and Pytorch 1.8.1. Please see the full list of packages required to our codes in `requirements.txt`.