Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想将预训练模型上传到 DIGITS。如果我使用 zip 文件不接受文件。zip文件里面应该有什么?如何将预训练模型实时 VGG-19 上传到 DIGITS 并将其用于不同的数据集?如何针对图像大小和原始图像不同的新数据集微调新模型?
尝试从服务器上的另一个训练作业下载模型。查看该压缩文件的内容,然后使用相同格式的新内容创建一个新压缩文件。
此外,您可以只使用表单上传单个文件,而不是创建 zip 文件。