We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make_batch 함수의, done 값을 통해 done_mask 변수를
done_mask = 0.0 if done else 1.0 으로 선언하셨는데, 0과 1이 반대가 되어야하는 것이 아닌가요? 만약, 책 내용이 정상이라면, 왜 이런지 설명해주시면 감사하겠습니다.
The text was updated successfully, but these errors were encountered:
done_mask에 대한 설명은 207쪽에 먼저 언급되었습니다. 읽어보시면 쉽게 이해되실 거라 생각합니다!
done_mask
Sorry, something went wrong.
No branches or pull requests
make_batch 함수의, done 값을 통해 done_mask 변수를
done_mask = 0.0 if done else 1.0 으로 선언하셨는데, 0과 1이 반대가 되어야하는 것이 아닌가요?
만약, 책 내용이 정상이라면, 왜 이런지 설명해주시면 감사하겠습니다.
The text was updated successfully, but these errors were encountered: