Fix Abs. not working
pull/8/head
Haoming 2023-07-06 15:01:21 +08:00
parent 72242c7711
commit 6bc2e7f38f
1 changed files with 1 additions and 1 deletions

View File

@ -267,7 +267,7 @@ class VectorscopeCC(scripts.Script):
target = gaussian_noise(d[mode])
if 'Abs' in method:
abs_cvt(target)
target = abs_cvt(target)
batchSize = d[mode].size(0)