Skip to content

Conversation

@dumitrescustefan
Copy link
Contributor

Update gitignore and requirements.txt. The requirements.txt forces websocket 6.0 to overcome a known network issue that makes pypupeteer to fail (neither websocket 7 or 8.1 work).

Add the no_grad() in the predict() function to stabilize RAM consumption and to speed up the inference a bit.

Stefan Dumitrescu added 2 commits January 15, 2020 12:13
…r error: "pyppeteer.errors.NetworkError: Protocol error Target.activateTarget: Target closed." also updated gitignore to ignore the uncompressed model files.
…ients at inference time. This should speed up the process as well as halve the amount of RAM used. Seems to be stable at around 4-5GB now.
Copy link
Contributor

@tiberiu44 tiberiu44 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tiberiu44 tiberiu44 merged commit b9039e1 into master Jan 15, 2020
@tiberiu44 tiberiu44 deleted the functional_update branch January 15, 2020 12:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants