TFDV 生成模式作为模式协议缓冲区。然而,似乎没有帮助函数来向/从文件写入/读取模式。
schema = tfdv.infer_schema(stats)
Run Code Online (Sandbox Code Playgroud)
如何保存/加载它?
python protocol-buffers tensorflow tensorflow-data-validation
问:是否可以在 M1 芯片的 MacOS 上运行 TensorFlow-Data-Validation?
采取的步骤:我创建了一个 conda 环境 ( tfdv38),在其中安装了针对 Mac 优化的 TensorFlow。
我尝试在环境中安装该软件包,但这不起作用:
(tfdv38) ... % pip install tensorflow-data-validation
ERROR: Could not find a version that satisfies the requirement tensorflow-data-validation
ERROR: No matching distribution found for tensorflow-data-validation
Run Code Online (Sandbox Code Playgroud)
有什么建议么?