primepake / wav2lip_288x288

MIT License
524 stars 135 forks source link

why not use LeakyRelu but use Relu in sam.py ? #106

Closed kunyao2015 closed 6 months ago

shahidmuneer commented 6 months ago

LeakyReLU gives assertion errors in BCELoss due to negative slop, its output has negative values.

kunyao2015 commented 6 months ago

thanks for your reply