load_info

class dgl.data.utils.load_info(path)[source]

基础类:

从磁盘加载数据集相关信息。

Parameters:

path (str) – 从中加载信息的文件。

Returns:

info – 一个存储从磁盘加载信息的python字典。

Return type:

dict