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
Thanks for your questions!
For simplicity, we only use CPU data to predict both CPU and memory. Because we only consider the CPU factor at that time, it can be extended to more general versions. And we will update our code to fit the memory data.
The second parameter of test_array is used to check whether the generated number of containers is aligned with our expectations. It has no practical effect.
Hi, I have some questions when reading the source code. I wonder if you can answer them. Thanks~
In instance.py file, the model only passed in
cpulist
data, why can it be used to setpredictMemList
?Tetris/Tetris/Simulator_Alibaba_trace/instance.py
Line 52 in 2744fe1
The second parameter of
test_array
is not used after it is passed in.Tetris/Tetris/Simulator_Alibaba_trace/main.py
Line 28 in 2744fe1
It exists in load_reduce.py as the
containerNum
variableTetris/Tetris/Simulator_Alibaba_trace/data/loader_reduce.py
Line 97 in 2744fe1
The text was updated successfully, but these errors were encountered: