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

Application to the new scence

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

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

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
バグ
明瞭さ
説明が足りない
活発さ
静か
技術スタック
python

調査の方向性

Start with the shown YAML configuration and the code path containing logger.debug(f"Iteration skipped due to None prompts at {ds_name}"); trace the dataset key mapping and prompt checks. Determine whether image-and-label-only samples are supported or which prompt fields and settings are required, then verify that training no longer skips valid samples.

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

説明

Hi, @heyufan1995

When I train the VISTA3D on the new dataset, I encounter the following issue, could you please help me? Thanks a lot.

Image Image

部分修改的yml文件如下:

drop_label_prob: 0
drop_point_prob: 1
finetune: {activate: false, exclude_vars: null, pretrained_ckpt_name: null}
loss: {target: DiceCELoss, include_background: true, sigmoid: false, smooth_dr: 1.0e-05, smooth_nr: 0, softmax: true, squared_pred: true,
to_onehot_y: true} # 带背景训练
lr_scheduler: {target: monai.optimizers.WarmupCosineSchedule, optimizer: $@optimizer,
t_total: $@num_epochs+1, warmup_multiplier: 0.1, warmup_steps: 0}
max_backprompt: 0
max_foreprompt: 0
max_point: 0 #3
max_prompt: 0 #null
num_epochs: 300
freeze_epoch: 300
freeze_head: "point" #0 #'auto'

发现在运行的过程中,直接跳过训练

logger.debug(f"Iteration skipped due to None prompts at {ds_name}")

想请教一下,我们在制作数据的过程中,必须包含label_prompt、point、label_prompt_pseudo、point_pseudo中的一个数据么?
还是在做键映射的时候需要特殊修改?如果只有Image和label的时候,该怎么去设置呢?

主要言語
Python
スター
297
フォーク
46
PR マージ指標
30日以内にマージされた PR はありません

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

このリポジトリのコントリビューションガイドは索引されていません

はじめの一歩

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

Project-MONAI/VISTA のほかの issue

Project-MONAI/VISTA の issue をすべて見る

似ている issue

Python の issue をもっと見る

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

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