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)