Open neworderofjamie opened 4 days ago
as it tries to calculate:
scaled_weight = self.weight.flatten() / (pool_kh * pool_kw)
which only works if weight is a numpy array
weight
as it tries to calculate:
which only works if
weight
is a numpy array