简体   繁体   English

我该如何解决 ValueError?

[英]how could i solve ValueError?

Good day all.美好的一天。 I am working on code from Github.我正在研究 Github 的代码。 It consists of 4 files as follows它由以下4个文件组成

  • data.py contains code to construct a TensorFlow data pipeline where input perturbations are handled by the CPU. data.py包含构建 TensorFlow 数据管道的代码,其中输入扰动由 CPU 处理。
  • graphs.py contains code to construct various computational graphs, whose output connects to an IIC head. graphs.py包含构建各种计算图的代码,其 output 连接到 IIC 头。
  • models_iic.py contains the Cluster IIC class, which implements unsupervised clustering. models_iic.py包含集群 IIC class,它实现了无监督集群。models_iic.py 截图
  • utils.py contains some utility functions. utils.py包含一些实用功能。 When running models_iic.py appears this error运行models_iic.py时出现这个错误utils.py 截图

I used the requirements file and it worked But look at the output enter image description here我使用了需求文件,它工作但看看 output在此处输入图像描述

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM