We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Question 1:
In pai_task_table, I have noticed that 223965 of the 1261050 rows have NaN plan_gpu values.
pai_task_table
plan_gpu
Is there a reason for these values being marked as NaN? Is there any additional information that can be obtained from this?
It seems in cluster-trace-gpu-v2020/analysis/analysis.ipynb that these rows are dropped from analysis.
cluster-trace-gpu-v2020/analysis/analysis.ipynb
Question 2:
I noticed that 299948 other rows have NaN end_time values. This set of rows includes failed tasks.
end_time
For those failed tasks, what does a NaN end_time mean?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Question 1:
In
pai_task_table
, I have noticed that 223965 of the 1261050 rows have NaNplan_gpu
values.Is there a reason for these values being marked as NaN? Is there any additional information that can be obtained from this?
It seems in
cluster-trace-gpu-v2020/analysis/analysis.ipynb
that these rows are dropped from analysis.Question 2:
I noticed that 299948 other rows have NaN
end_time
values. This set of rows includes failed tasks.For those failed tasks, what does a NaN
end_time
mean?The text was updated successfully, but these errors were encountered: