NMP icon indicating copy to clipboard operation
NMP copied to clipboard

there is no MLPEncoder class

Open xywhat opened this issue 3 years ago • 0 comments

class NMPEncoder(nn.Module): def init(self, n_hid, edge_types=71, node_types=101, n_iter=2, do_prob=0., use_vis=True, use_spatial=False, use_sem=True, use_loc=False, use_cls=False): super(MLPEncoder, self).init()

xywhat avatar Nov 02 '22 07:11 xywhat