microsoft / AEC-Challenge

AEC Challenge
MIT License
378 stars 128 forks source link

What does "clip" after sigmoid #25

Open mirunadurac opened 1 year ago

mirunadurac commented 1 year ago

Hi, I'm trying to replicate your baseline model and looking into the onnx file using an onnx visualizer (https://netron.app) I observed that there is a clip after the sigmoid function. Could you give me some information about what the clip does in this case? Thank you image

w17786138647 commented 1 year ago

Hi, I'm trying to replicate your baseline model and looking into the onnx file using an onnx visualizer (https://netron.app) I observed that there is a clip after the sigmoid function. Could you give me some information about what the clip does in this case? Thank you image

hello, do you replicate the baseline successfully? i meet the same question as well , thanks