fix SGD bug

This commit is contained in:
chenxuanhong
2023-04-25 22:39:49 +08:00
parent dd1ecdd2a7
commit d4bf5f9984
5 changed files with 174 additions and 11 deletions
+1 -1
View File
@@ -83,4 +83,4 @@ if __name__ == '__main__':
output = output*255
cv2.imwrite(opt.output_path + 'result.jpg',output)
cv2.imwrite(opt.output_path + 'result.jpg', output)