deepchem/deepchem

Bug - GraphConv Predict Method Outputs Wrong Size Result

Open

#2,312 建立於 2020年12月4日

在 GitHub 查看
 (3 留言) (0 反應) (0 負責人)Python (1,500 fork)batch import
Contribution Welcomebughelp wanted

倉庫指標

Star
 (4,378 star)
PR 合併指標
 (平均合併 10天 14小時) (30 天內合併 7 個 PR)

描述

G = GraphConvModel(n_tasks=1, mode='regression', batch_size=100) Y = G.predict(train_datasetG, output_types=['output', 'neural_fingerprint'])

The output show len(Y) is 1000, even the training_datasetG.X is (902)

貢獻者指南