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
저는 이 부분 때문에 에러가 발생하는거 같습니다. 에러 내용은 input shape가 항상 params에서 정한 input shape와 맞지 않아서 인데 이 부분에서 곱하기 2가 되어 있어서 그런거 같습니다.
그래서 현재는 wavenet batchsize를 1로 두어야지만 소스가 정상 동작이 합니다.
곱하기 2 없애도 되는 걸까요?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
저는 이 부분 때문에 에러가 발생하는거 같습니다.
에러 내용은 input shape가 항상 params에서 정한 input shape와 맞지 않아서 인데 이 부분에서
곱하기 2가 되어 있어서 그런거 같습니다.
그래서 현재는 wavenet batchsize를 1로 두어야지만 소스가 정상 동작이 합니다.
곱하기 2 없애도 되는 걸까요?
The text was updated successfully, but these errors were encountered: