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
shared_network 인자는 None이 아니면 클래스에서 직접 생성하는 DNN, LSTM, CNN을 제외한 다른 형태의 공유 신경망을 받는건가요?
클래스 함수 get_shared_network에서 net="cnn"인 경우 Input shape이 (num_steps, input_dim, 1)인 것 같은데 맞나요?
The text was updated successfully, but these errors were encountered:
shared_network
Sorry, something went wrong.
No branches or pull requests
shared_network 인자는 None이 아니면 클래스에서 직접 생성하는 DNN, LSTM, CNN을 제외한 다른 형태의 공유 신경망을 받는건가요?
클래스 함수 get_shared_network에서 net="cnn"인 경우 Input shape이 (num_steps, input_dim, 1)인 것 같은데 맞나요?
The text was updated successfully, but these errors were encountered: