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

Sentence reordering seems to be messed up when app deployed #14

Closed
thiborose opened this issue Dec 21, 2020 · 1 comment
Closed

Sentence reordering seems to be messed up when app deployed #14

thiborose opened this issue Dec 21, 2020 · 1 comment
Labels
bug Something isn't working

Comments

@thiborose
Copy link
Owner

I don't remember exactly how it was, but when the app was still working online, output sentences were super weird, i.e. mixed up one with the other.

I suspect that this is due to the fact that there is only 1 tsv file which is overwritten at each query. So if more than 1 user tries to predict, there will be a conflict.

@thiborose thiborose added the bug Something isn't working label Dec 21, 2020
@thiborose
Copy link
Owner Author

thiborose commented Dec 21, 2020

I tried to change the architecture of the model to avoid relying on files on the disk. However it was very complicated, and due to the lack of time I decided to create a new file on the disk for each query, hence no conflict.

I expect it to solve the problem. To be checked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant