Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Deploy Weights Error

オープン
#357 コメント 4 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
python, pytorch

調査の方向性

Issue に示されている version.deploy の呼び出しから開始し、checkpoint がどのように読み込まれるかを追跡します。記載されている Python パッケージのバージョンで再現し、PyTorch 2.6 との互換性について deployment の読み込みパスを調査します。提供された checkpoint が正常に deploy されるか、またはパッケージがサポートされていない組み合わせを明確に拒否するか文書化すれば完了です。

索引モデルが issue の本文から書いたものです。

説明

Hi I am trying to deploy my model trained on local computer to RoboFlow.

Deploy code:

import roboflow

rf = roboflow.Roboflow(api_key=ROBOFLOW_API_KEY)
project = rf.workspace("<workspace>").project("<project>")

version = project.version(1)
version.deploy("yolov9", "<ffile_path>", "weights/best.pt")

This gives an error

Weights only load failed. This file can still be loaded, to do so you have two options, do those steps only if you trust the source of the checkpoint.
        (1) In PyTorch 2.6, we changed the default value of the `weights_only` argument in `torch.load` from `False` to `True`. Re-running `torch.load` with `weights_only` set to `False` will likely succeed, but it can result in arbitrary code execution. Do it only if you got the file from a trusted source.
        (2) Alternatively, to load with `weights_only=True` please check the recommended steps in the following error message.
        WeightsUnpickler error: Unsupported global: GLOBAL numpy.core.multiarray._reconstruct was not an allowed global by default. Please use `torch.serialization.add_safe_globals([_reconstruct])` or the `torch.serialization.safe_globals([_reconstruct])` context manager to allowlist this global if you trust this class/function.

Check the documentation of torch.load to learn more about types accepted by default with weights_only https://pytorch.org/docs/stable/generated/torch.load.html.

Torch version: 2.6.0
Ultralytics version: 8.3.73
Roboflow version: 1.1.53

Any help appreciated.

主要言語
Python
スター
629
フォーク
140
平均マージ
2日 2時間
マージ済み PR(30日)
5

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

roboflow/roboflow-python のほかの issue

roboflow/roboflow-python の issue をすべて見る

似ている issue

Python の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。