This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import itertools | |
shapes = [ | |
[ | |
0b1100011000000000000000000, | |
0b1110000000000000000000000, | |
], | |
[ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import itertools | |
import os | |
from multiprocessing.pool import Pool | |
import more_itertools | |
shapes = [ | |
[ | |
0b1100011000000000000000000, | |
0b1110000000000000000000000, |
OlderNewer