英文: FileNotFoundError: [Errno 2] No such file or directory for Image Dataset one-hot encoded 问题 我尝试使...
Keras LSTM 中的 2D 输入的含义
英文: Meaning of 2D input in Keras LSTM 问题 In Keras, LSTM的输入形状是[batch, timesteps, feature]。如果我将输入指定为ke...
如何使用SKLearn按列规范化Python数组中的数据?
英文: How to normalize data in a python array by column using SKLearn? 问题 我正在使用Keras编写一个机器学习算法,并需要在将数据...
TypeError: Input 'y' of 'Mul' Op has type float32 that does not match type int64 of argument 'x'. in computer vision
英文: TypeError: Input 'y' of 'Mul' Op has type float32 that does not match type int64...
Keras: color_mode = ‘grayscale’ does not convert to grayscale
英文: Keras: color_mode = 'grayscale' does not convert to grayscale 问题 我正在尝试从目录data中读取数据集,并希望将...
Which metrics are printed (train or validation) when validation_split and validation_data is not specified in the keras model.fit function?
英文: Which metrics are printed (train or validation) when validation_split and validation_data is not...
如何在DataBricks中创建petastorm库的make_batch_reader对象?
英文: How to create make_batch_reader object of petastorm library in DataBricks? 问题 我有数据以Parquet格式保存。 ...
Tensorflow Keras 模型子类化 — call 函数
英文: Tensorflow Keras Model subclassing -- call function 问题 我正在使用Tensorflow进行自监督学习的实验。我正在运行的示例代码可以在Ke...
训练 VGG16 从头开始在 Keras 中不会提高准确性。
英文: Training VGG16 from scratch doesn't improve accuracy in Keras 问题 我正在尝试使用VGG16模型进行迁移学习和从头开始训练...
拆分具有多个输入的LSTM的tensorflow BatchDataset
英文: Split tensorflow BatchDataset for LSTM with multiple inputs 问题 I construct a LSTM model with two...
13