From d9c57b002ed10ccce72a786beef3d12c6b0fc36a Mon Sep 17 00:00:00 2001 From: Jeroen Overschie Date: Mon, 10 May 2021 10:59:05 +0200 Subject: [PATCH] Add note about l2x_synthetic package --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7ec160d..19578e7 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,10 @@ cd L2X sudo pip install -r requirements.txt ``` See README.md in respective folders for details. + +## Synthetic datasets +If you are interested in using the synthetic datasets in your own work / research, you can use the [l2x_synthetic](https://github.com/dunnkers/l2x_synthetic) package. + ## Citation If you use this code for your research, please cite our [paper](https://arxiv.org/pdf/1802.07814.pdf): ``` @@ -29,4 +33,4 @@ author = {Chen, Jianbo and Song, Le and Wainwright, Martin J and Jordan, Michael journal={arXiv preprint arXiv:1802.07814}, year = {2018} } -``` \ No newline at end of file +```