GraphPolicyNetworkActiveLearning
GraphPolicyNetworkActiveLearning copied to clipboard
The source code for NeurIPS 2020 paper "Graph Policy Network for Transferable Active Learning on Graphs"
Results
1
GraphPolicyNetworkActiveLearning issues
Sort by
recently updated
recently updated
newest added
Hi, thanks for publishing the code; very cool work! Not really an issue but more of a question about the code... I'm trying to understand what `args.batchsize` (https://github.com/ShengdingHu/GraphPolicyNetworkActiveLearning/blob/main/src/train.py#L29) does in...