This is a fork of this repository. I just added multithreading to speed up the cracking process, and I still need to implement initial padding detection to make it even faster. With a rootme challenge ...
def __init__(self, in_channels, out_channels, kernel_size, stride=1, padding=0, dilation=1, deformable_groups=1): # Generate offsets and masks (these will be (B ...