使用numpy时出现“太多价值无法解包”

时间:2020-02-15 05:34:19

标签: python python-3.x numpy machine-learning

我目前正在使用numpy数组和培训。我的代码围绕以下链接构建,并进行了一些更改以集成Kaggle中的数据库。

https://github.com/thisisiron/TF2-GAN/blob/master/cgan/train.py

在我看来像图像,出于某种原因,标签是某种形式的虚拟变量。

在循环中:

for images, labels in train_dataset:
            gen_loss, disc_loss = train_step(images, labels)

train_dataset设置为训练样本的数量(没有标签),因此它是一组文件名

我对做什么有一些想法,不太确定

0 个答案:

没有答案