英文: Tensorflow images classification 问题 我一直在遵循官方TensorFlow指南进行图像分类,因为我想编写一个钢铁废料分类器脚本。在使用一组各种废料照片训练模型...
PyTorch Conv1D生成的通道数超出了预期。
英文: Pytorch Conv1D produces more channels than expected 问题 我有以下神经网络: class Discriminator(nn.Module):...
一个用于分类狗的机器学习模型。
英文: A machine learning model that classifies dogs 问题 你好。 在部署到Streamlit时出现了问题。我按照视频中的步骤做了一样的事情,但是它显示有...
在Keras 2D卷积网络中遇到输入形状/层面的问题。
英文: Facing input shape/layer problem in keras 2D convutional network 问题 我面临以下错误: 数值错误:调用层 'conv2d'(类...
shutil.copy 似乎没有复制所有预期的文件,但没有抛出异常。
英文: shutil.copy doesn't seem to copy all the expected files but doesn't throw an exception 问...
模型在相同生成器上的model.fit和model.evaluate中的准确率值不同。
英文: Different values of accuracy in model.fit and model.evaluate on the same generator 问题 使用tensorfl...
TensorFlow 模型的输入和输出形状
英文: Tensorflow model input and output shapes 问题 为了获得输出形状为 (BATCH_SIZE, N_STEPS, N_FEATURES),你可以在定义模型...
‘KerasTensor’ 对象不可调用
英文: 'KerasTensor' object is not callable 问题 我是新手。 我只是尝试使用oxford-iiit宠物数据集创建图像分割模型的图层。 我想查看U-...
如何从R中加载/修改图像标签?
英文: How to load/alter image tags from R? 问题 我想通过更改图像的元数据来为图像添加'tags'。我认为我可以使用exiftool来开始这个过程,但我仍然不确定...
关于”Word2Vec”向量化器将文本转换为数值表示的工作方式的查询
英文: Queries regarding the working of "Word2Vec" vectorizer to convert text to numeric repr...
22