mirror of
https://github.com/microsoft/qlib.git
synced 2026-07-12 23:36:54 +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",
|
base_model="GRU",
|
||||||
model_path=None,
|
model_path=None,
|
||||||
optimizer="adam",
|
optimizer="adam",
|
||||||
GPU="0",
|
GPU=0,
|
||||||
n_jobs=10,
|
n_jobs=10,
|
||||||
seed=None,
|
seed=None,
|
||||||
**kwargs
|
**kwargs
|
||||||
|
|||||||
Reference in New Issue
Block a user