Skip to content
New issue

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

Problem at inference with Sequencer #416

Closed
fmagera opened this issue May 30, 2017 · 1 comment
Closed

Problem at inference with Sequencer #416

fmagera opened this issue May 30, 2017 · 1 comment

Comments

@fmagera
Copy link

fmagera commented May 30, 2017

I am training a RNN with a Sequencer but at test time i would like to send my data sequentially, so i remove the Sequencer layer and forward each sample individually in a loop. The problem is, the results are different when i send the same tensor to the network wrapped in the Sequencer or not. Both network are in evaluation mode and the data is totally equal. Can someone explain that behaviour ?

Thanks !

@tastyminerals
Copy link
Contributor

tastyminerals commented Aug 6, 2017

What is the principal difference between recurrent and non-recurrent neural networks?

Training and testing should be done on the same network architecture. It is not surprising that you have different outputs.

@fmagera fmagera closed this as completed Aug 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants