This repository has been archived by the owner on Nov 17, 2023. It is now read-only.
Replies: 1 comment 1 reply
-
Have you tried setting |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
It is observed that the GluonTS deep state time series model is performing differently in different operating systems.
The prediction takes around 3 seconds when it is run over docker container on Mac OS (Quad-core, Physical VM, intel i7 @2.3 GHz); this function takes around 8 seconds when it is run over docker container on Linux OS (4 CPU only, VM, intel Broadwell @2.19 GHz); and the same function takes around 20 seconds when it is run over Kubernetes cluster (allocated with 16 CPUs, VM, BM.standard2.52).
When monitored the CPU / memory during the time, it is observed that the program is trying to consume all the allocated CPUs while minimally taking the memory and page files.
I Ran cProfile on the Linux environment and attached is the short output from the profiler.
I understand that mxnet comes with different libraries to support the different OS. Is there any known issue around the mxnet performance? Please suggest how I can nail down the performance issue.
About environment:
cProfile_output_github_query.txt
Beta Was this translation helpful? Give feedback.
All reactions