01 2024 档案
Install nfs (network file system)
摘要:1. what is nfs used for? nfs is network file system, it is used when multiple computers need to access one directory. 2. Computer Environment OS: Ubun
阅读全文
Pass Artifact between tfx components when running with kubeflow pipeline
摘要:1. What is Artifact? An Artifact is a file or directory produced by a tfx component, which can be passed to a downstream component, and then the downs
阅读全文
Debug: ERROR: Directory '*py3-none-any.whl' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.
摘要:[ERROR: Directory '*py3-none-any.whl' is not installable. Neither 'setup.py' nor 'pyproject.toml' found.] kubectl lgos trainer-pod-name -n kubeflow --
阅读全文
Debug: mysql_real_connect failed: errno: , error
摘要:[ERROR: mysql_real_connect failed: errno: , error] example 1 kubectl logs tfx-component-Transform-pod-name -n kubeflow --> INFO:absl:MetadataStore wit
阅读全文
Debug: kubeflow pipeline: There are a subset of tables in MLMD instance
摘要:[ERROR: metadata_store_server_main.cc:550] Connection Aborted with error: ABORTED: There are a subset of tables in MLMD instance. This may be due to c
阅读全文
Debug: tfx: ERROR:absl:[StatisticsGen] Input resolution error
摘要:[ERROR:absl:[StatisticsGen] Input resolution error: Error while resolving inputs for StatisticsGen: InputSpec min_count has not met: inputs[examples]
阅读全文
Debug: kubeflow pipeline: kfp.Client().upload_pipeline() stuck, not return
摘要:[ERROR: kfp.Client().upload_pipeline(...) stuck, not return] kfp.Client().upload_pipeline("/home/maye/pipeline.yaml", "wafer_test", "wafer test pipeli
阅读全文
protocol buffer
摘要:message ProtoBufClassName { datatype attribution_name_1: attribution_id, datatype attibution_name_2: attribution_id, } instantiate a Protocol Buffer C
阅读全文
DEBUG: Pycharm: ImportError: cannot import name 'singledispatch' from partially initialized module 'functools' (most likely due to a circular import) (/home/maye/anaconda3/lib/python3.9/functools.py)
摘要:[ERROR: Pycharm: ImportError: cannot import name 'singledispatch' from partially initialized module 'functools' (most likely due to a circular import)
阅读全文
Install hdfs - hadoop distributed file system
摘要:1. Introduction to hdfs cluster roles NameNode: hdfs cluster manager . SecondaryNameNode: help NameNode to arrange metadata. DataNode: store data. 2.
阅读全文