From 2d5eecb9a2b9296f5e5713b3dd79ef5ee0bf6624 Mon Sep 17 00:00:00 2001 From: you-n-g Date: Tue, 14 Jun 2022 10:52:50 +0800 Subject: [PATCH] Update README.md --- examples/benchmarks_dynamic/DDG-DA/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/benchmarks_dynamic/DDG-DA/README.md b/examples/benchmarks_dynamic/DDG-DA/README.md index 9ad469028..26731d3c9 100644 --- a/examples/benchmarks_dynamic/DDG-DA/README.md +++ b/examples/benchmarks_dynamic/DDG-DA/README.md @@ -31,3 +31,5 @@ The results of related methods in Qlib's public dataset can be found [here](../) Here is the minimal hardware requirements to run the ``workflow.py`` of DDG-DA. * Memory: 45G * Disk: 4G + +Pytorch with CPU & RAM will be enough for this example.