dmlc--dgl
a208e8868b
* [Misc] Black auto fix. * fix pylint disable Co-authored-by: Steve <ubuntu@ip-172-31-34-29.ap-northeast-1.compute.internal>
7 行
105 B
Python
7 行
105 B
Python
import os
|
|
|
|
os.environ["TF_FORCE_GPU_ALLOW_GROWTH"] = "true"
|
|
|
|
from .sparse import *
|
|
from .tensor import *
|