1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-06-06 05:51:17 +08:00

Add files via upload

This commit is contained in:
Wendi Li
2020-11-23 16:25:29 +08:00
committed by you-n-g
parent c2c96a817f
commit e986f2c731
2 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
# Temporal Fusion Transformers Benchmark
## Source
https://github.com/google-research/google-research/tree/master/tft
## Run the Workflow
Users can follow the ``workflow_by_code_tft.py`` to run the benchmark.
### Notes
1. The model must run in GPU, or an error will be raised.
2. New datasets should be registered in ``data_formatters``, for detail please visit the source.

View File

@@ -0,0 +1,3 @@
tensorflow-gpu==1.15.0
numpy == 1.19.4
pandas==1.1.0