Line too long (131 > 79 characters):
40 'gcl_aug_prob': 0.5, #0.0 should be equiv to ERM, as aug is never applied, 1.0 is GCL setting where orig data is never seenLine too long (130 > 79 characters):
41 'aug_type': 'random', #'node_drop','edge_perm','random' can only use a single aug_type currently, or random choice of themLine too long (111 > 79 characters):
42 'gcl_aug_ratio': 0.1 # 0.0 should be equiv to ERM, as each graph is unchanged, 0.2 is GCL paper default