英文: d2l package installation on google colab 问题 You can install the d2l package on Google Colab by r...
PyTorch Geometric – 如何对大型图进行采样以使用小批量训练 GNN
英文: PyTorch Geometric - How to sample huge graph to train GNN with mini-batching 问题 I want to do nod...
Pytorch: mat1 和 mat2 的形状无法相乘 (64×8192 和 12800×10)。
英文: Pytorch: mat1 and mat2 shapes cannot be multiplied (64x8192 and 12800x10) 问题 I'm trying to imple...
State_dict() 出现了意外的关键字参数 ‘destination’。
英文: State_dict() got an unexpected keyword argument ‘destination’ 问题 以下是您提供的内容的中文翻译: 我正在训练一个包含两个深度学习...
使用属性为yolov8中的标签添加属性。
英文: Use attributes for labels in yolov8 问题 I am new to this stuff and trying to train a model with y...
"The model 'MPTForCausalLM' is not supported for text-generation"- The following warning is coming when trying to use MPT-7B instruct
英文: "The model 'MPTForCausalLM' is not supported for text-generation"- The followi...
Pycaret在变换前后导出训练和测试数据。
英文: pycaret export train and test before and after transformation 问题 I am trying to build a ML model...
如何将全卷积网络(FCN)应用于二元分类?
英文: How to apply Fully Convolutional Network (FCN) to binary classification? 问题 To change out_put_1....
无法在神经网络中捕捉模式
英文: Unable to capture pattern in a Neural network 问题 I am trying to train a neural network for learn...
1D卷积神经网络与2D数组
英文: 1D Convolutional Neural Network with 2D Array 问题 I am experiencing great confusion when setting ...
13