You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While running interactive_predict, I get a timeout error (20s) from the extraction API if Input.Java contains multiple functions and happens to be reasonably big. Would you recommend using the JavaExtractor available in code2seq repo for such cases? Also, could you please share details on the json format used by EXTRACTION_API for encoding the output?
Thank you and very much appreciate the work that you are doing!
The text was updated successfully, but these errors were encountered:
Yes.
The extraction API is meant to serve the website demo (code2seq.org) and small lightweight examples.
For more massive use, please use the Java Extractor to preprocess a large batch of examples, and then use the "--test" mode to feed them to the model.
Hi,
While running interactive_predict, I get a timeout error (20s) from the extraction API if Input.Java contains multiple functions and happens to be reasonably big. Would you recommend using the JavaExtractor available in code2seq repo for such cases? Also, could you please share details on the json format used by EXTRACTION_API for encoding the output?
Thank you and very much appreciate the work that you are doing!
The text was updated successfully, but these errors were encountered: