英文: How can I add my custom method for image preprocessing task in model.Sequential() of Tensorflow?...
在任意角度旋转的PDF文件中识别文本
英文: Recognize text in a PDF file rotated at any angle 问题 我有一个简单的程序(来自docTR库文档的代码),可以识别PDF文件中的文本。如果文本...
使用TensorFlow-Datasets tfds从PyTorch文件夹结构中加载ImageNet。
英文: Load ImageNet with TensorFlow-Datasets tfds from a PyTorch Folder Structure 问题 亲爱的ImageNet和Tenso...
以下参数不支持使用原生Keras格式:[‘options’]
英文: The following argument(s) are not supported with the native Keras format: ['options'] 问题...
如何使用预训练的编码器来自定义Unet
英文: How to use pretrained encoder for customized Unet 问题 如果您有一个标准的Unet编码器,例如resnet50,那么很容易将其添加到Unet模...
TensorFlow图像分割的文件夹结构?
英文: Folder structure for TensorFlow image segmentation? 问题 我正在使用这个教程来使用TensorFlow进行图像分割。然而,我想要为此创建自己...
使用哪个轴来对三维数据进行归一化?
英文: Which axis to use to normalise 3 dimensional data? 问题 我想知道在三维数据上进行归一化时,最好使用哪个轴(默认是最后一个轴)。例如,我有一个...
如何修复此数值错误 ‘ ValueError: 在新的Keras优化器中,衰减已被弃用’?
英文: How to fix this value error ' ValueError: decay is deprecated in the new Keras optimizer'...
Using a custom parameter in train_step() method of a VAE, which is different for each epoch
英文: Using a custom parameter in train_step() method of a VAE, which is different for each epoch 问题 我...
关于深度学习中的“ERROR: pip的依赖”问题的一个问题。
英文: a question about "ERROR: pip's dependency" for deep learning 问题 ERROR: pip的依赖解析器目前...
22