butterfly
butterfly copied to clipboard
Minimum working example
Hello, thank you for sharing your code. I have trouble trying to use it though.Can you point to a minimum working example in the files you provided? a canonical example on how to learn a fast-transform? thank you Luc
Thanks for trying out the code.
As mentioned in the README, you can see learning_transforms/run_exp.sh
for examples of how to run the experiments.
For example, to learn the fast algorithm to perform the DFT of size 8 x 8: python learning_transforms.py with target=dft model=BP size=8
Let us know if you run into problems.