mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 05:34:18 +08:00
Split up detail.h (#7836)
This commit is contained in:
committed by
GitHub
parent
15122e93bc
commit
4a80755834
@ -64,7 +64,7 @@ bool test_RNN_xor(Func&& model_maker, bool cuda = false) {
|
||||
return true;
|
||||
};
|
||||
|
||||
void check_lstm_sizes(variable_list tup) {
|
||||
void check_lstm_sizes(std::vector<Variable> tup) {
|
||||
// Expect the LSTM to have 64 outputs and 3 layers, with an input of batch
|
||||
// 10 and 16 time steps (10 x 16 x n)
|
||||
|
||||
|
Reference in New Issue
Block a user