pytorch2keras icon indicating copy to clipboard operation
pytorch2keras copied to clipboard

fix flatten issue in converted tensorflowjs model

Open ShuangLiu1992 opened this issue 5 years ago • 0 comments

explicitly set the size to match the input instead of using -1, so that tensorflowjs won't complain about shape mismatch [None, actual_size]

ShuangLiu1992 avatar May 14 '19 14:05 ShuangLiu1992