Skip to content

An implementation of the paper Order Matters: Sequence to Sequence for Sets

License

Notifications You must be signed in to change notification settings

arunppsg/Set2Set

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Set2Set

An implementation of the paper Order Matters: Sequence to Sequence for Sets.

Usage

Installation

git clone https://github.com/arunppsg/Set2Set.git & cd set2set
python setup.py install

Example

import torch
import set2set as s2s
X = torch.randn(2, 5, 10)
model = s2s.Set2Set(10, 3, 1)
embedding = model(X)

About

An implementation of the paper Order Matters: Sequence to Sequence for Sets

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages