彭苑
彭苑
关闭了SIP,然后采用的mojave分支代码。 mojave10.14.6没法生效, 始终没有出现hidpi的缩放选项
**What happened**: **k8s cluster totally not work after helm uninstall volcano** when helm install any other charts, then error occurs. kubectl get events -w -n volcano Error creating: Internal error...
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] support minio with credencials...
what would happen if multiple ml training task read the same fluid dataset **without pre-heating**? 1. the first training task is caching dataset while the other tasks is just waiting?...
https://github.com/Qihoo360/tensornet/blob/master/tensornet/feature_column/category_column.py what does the param used for in feature_column.py? i cannot find any hash function or other usage... 1. category_column only accept slot/int/ID features 2. or support string categorical feature...
when tensorflow read dataset from kafka, how to implement each partition read by one worker? something like hovorod: a. get the total worker number and worker index by rank() b....