Hi, I am trying to build the GRULM function which works fine on 6 test functions but is strangely expecting %s on 2 tests:
Wrong model.
Got: Serial[
Serial[
ShiftRight(1)
]
Embedding_256_512
GRU_512
GRU_512
Dense_256
Softmax
],
Expected:
%s Serial[
Serial[
ShiftRight(1)
]
Embedding_256_512
GRU_512
GRU_512
Dense_256
LogSoftmax
]
Wrong model.
Got: Serial[
Serial[
ShiftRight(1)
]
Embedding_128_8
GRU_8
GRU_8
GRU_8
Dense_128
Softmax
],
Expected:
%s Serial[
Serial[
ShiftRight(1)
]
Embedding_128_8
GRU_8
GRU_8
GRU_8
Dense_128
LogSoftmax
]
6 Tests passed
2 Tests failed