1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-02 02:21:18 +08:00

GPU identification bug fix for GATs (#669)

* check lexsort

* check lexsort

* lexsort comment

* lexsort comment

* fix GPU identification bug
This commit is contained in:
Mark Zhao
2021-11-03 14:41:46 +08:00
committed by GitHub
parent 7b15682c63
commit 5ee2d9496b
2 changed files with 1 additions and 1 deletions

BIN
.DS_Store vendored Normal file

Binary file not shown.

View File

@@ -73,7 +73,7 @@ class GATs(Model):
base_model="GRU",
model_path=None,
optimizer="adam",
GPU="0",
GPU=0,
n_jobs=10,
seed=None,
**kwargs