Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Learning permutation #17

Open
Mandy-77 opened this issue Jan 4, 2021 · 1 comment
Open

Learning permutation #17

Mandy-77 opened this issue Jan 4, 2021 · 1 comment

Comments

@Mandy-77
Copy link

Mandy-77 commented Jan 4, 2021

Hi, thanks for sharing your codes. I was wondering how to cover the results shown in Fig. 3 in the paper 'Kaleidoscope: An Efficient, Learnable Representation For All Structured Linear Maps', which used K-matrix and ResNet18 to learn permutation.

@albertfgu
Copy link
Contributor

The code for those experiments was more experimental and not part of the official release. It is still available to view: for some pointers, see https://github.com/HazyResearch/butterfly/blob/cnn/cnn/permuted_experiment.py for the entrypoint,

class ButterflyPermutation(Permutation):
for the main permutation model, and https://github.com/HazyResearch/butterfly/blob/cnn/cnn/permutation_utils.py for other utilities described in the paper (e.g. the auxiliary unsupervised objective).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants