mirror of
https://github.com/stevenrobertson/cuburn.git
synced 2025-07-12 03:05:14 -04:00
Saving unsuccessful separable filtering code
This commit is contained in:
@ -112,6 +112,9 @@ class Features(object):
|
||||
|
||||
self.width = genomes[0].width
|
||||
self.height = genomes[0].height
|
||||
self.acc_width = genomes[0].width
|
||||
self.acc_height = genomes[0].height
|
||||
self.acc_stride = genomes[0].width
|
||||
|
||||
class XFormFeatures(object):
|
||||
def __init__(self, xforms, xform_id):
|
||||
|
Reference in New Issue
Block a user