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
I am trying to reproduce the experiments mentioned in your ATC paper.
I found that there was no file workflow.json in three of them (phi-data, prediction-pipeline and sentiment-analysis).
After I run python3 generator.py --platform ow --input ../benchmarks/finra in my ternimal.
PS: I change the statement in file composer/openwhisk.py (self.version_map = {'python:3':'python3.6', 'python:ai':'python3.5'} to self.version_map = {'python:3':'python3.6', 'python:ai':'python3.8'} ). Only change python3.5 to python3.8.
But I got an ERROR: [2021-09-26T17:19:42.229Z] [ERROR] Error during processing of request: 'Request too large: Request of size 95374117 was longer than the maximum of 52428800'.
How can I solve this problem, I think it should change some default configuration of openwhisk?
Could you please provide the workflow.json of phi-data, prediction-pipeline and sentiment-analysis dirs?
Thank you
The text was updated successfully, but these errors were encountered:
GitHubDiom
changed the title
Unable to reproduce the experiments of the ATC paper
File workflow.json is missing in folders (phi-data, prediction-pipeline and sentiment-analysis)
Sep 26, 2021
Hi there,
I am trying to reproduce the experiments mentioned in your ATC paper.
I found that there was no file
workflow.json
in three of them (phi-data, prediction-pipeline and sentiment-analysis).After I run
python3 generator.py --platform ow --input ../benchmarks/finra
in my ternimal.PS: I change the statement in file
composer/openwhisk.py
(self.version_map = {'python:3':'python3.6', 'python:ai':'python3.5'
} to self.version_map = {'python:3':'python3.6', 'python:ai':'python3.8'
} ). Only change python3.5 to python3.8.But I got an ERROR:
[2021-09-26T17:19:42.229Z] [ERROR] Error during processing of request: 'Request too large: Request of size 95374117 was longer than the maximum of 52428800'.
How can I solve this problem, I think it should change some default configuration of openwhisk?
Could you please provide the
workflow.json
of phi-data, prediction-pipeline and sentiment-analysis dirs?Thank you
The text was updated successfully, but these errors were encountered: