본문 바로가기

밭 농사하는 여인

(출처 https://stocksnap.io/photo/NSDVZHHF64)

 

개발자 영어 - 오픈소스에서 한 마디라도 해보자! 에서 참조한 문장.

https://github.com/EngForDev/awesome-engfordev/tree/master/bugReporting

max_pool op를 사용하다가 이상한 부분을 발견했어.

I faced a strange behavior 

using the max_pool op.

 

네가 변수에 그 기능을 적용하지 못한다는 건 버그야.

The fact

that you can't apply that function to a variable

is a bug.

 

softplus가 identity 기능이 아니고 derivative 1을 가지고 있지 않기 때문에 네 gradient기능은 틀렸어.

Your gradient function is wrong,

since softplus isn't the identity function and doesn't have derivative 1

 

나도 이 문제를 가지고 있다.

I'm having this issue as well.

B로그0간

개발 관련 글과 유용한 정보를 공유하는 공간입니다.