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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user