cavalleria / cavaface

face recognition training project(pytorch)
MIT License
456 stars 88 forks source link

'CutMix' ——An error occurred like “name 'mixed_x' is not defined” #21

Closed xr-Yang closed 4 years ago

xr-Yang commented 4 years ago

when i use data pre-process 'CutMix' ,An error occurred like “name 'mixed_x' is not defined” . the method 'cutmix_data' return "mixed_x, y_a, y_b, lam" mixed_x' is not defined

cavalleria commented 4 years ago

fixed