英文: using llama_index with mac m1 问题 Question #1: 你是否有办法在搭载 M1 CPU 的 Mac 上使用 llama_index? 我无法通过下面的断言...
BigQuery ML使用ARIMA_PLUS(主要)忽略了假期效应。
英文: BigQuery ML forecast using ARIMA_PLUS (mostly) ignores the holiday effect 问题 以下是您要翻译的内容: "I...
神经网络:损失递减,但准确性保持不变。
英文: Neural Net: Loss decreasing, but accuracy stays exactly the same 问题 以下是您提供的代码的中文翻译部分: 我对PyTorch还...
在使用MinMaxScaler()或StandardScaler()进行标准化时,是否需要排除OneHotEncoded列?
英文: Do we need to exclude OneHotEncoded columns while standardizing or normalizing using MinMaxScale...
对孪生神经网络的损失函数
英文: Loss function for a Siamese neural network 问题 我正在尝试训练用于人脸识别的孪生神经网络。许多资源使用以下函数作为损失函数: def contras...
如何在训练后保存 gpt-2-simple 模型?
英文: How to save the gpt-2-simple model after training? 问题 I trained the gpt-2-simple chat bot model ...
自定义数据集用于 TensorFlow 2.0 中的图像。
英文: custom dataset for image in tensorflow 2.0 问题 我正在尝试使用TensorFlow 2.0创建“图像的自定义数据集”,我的目录结构如下: 以“Pet...
将神经网络的概率转化为R中的预测
英文: Converting neural net probablities into predictions in R 问题 请原谅我的无知,我正在学习模型背后的理论,特别是神经网络。我试图使用li...
在删除 pandas DataFrame 行之后,如何仍然通过相同的索引定位一行?
英文: After dropping pandas DataFrame rows, How to still locate a row by the same index? 问题 当你从DataFra...
如何使用DVC工作流添加/更新数据?
英文: How to add/update data with dvc workflow? 问题 当我们设置DVC时,我可以简单地将整个目录添加如下,dvc add dataset,我的工作流程将是为...
22