bytedance / bytedance/1d-tokenizer

'GeneralTracker' object has no attribute 'log_images'

Open
#38 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Jupyter Notebook
Stars
1.2k
Forks
70
PR merge metrics
No merged PRs in 30d

Description

Hi, when trying to log the reconstructed images in the stage 1 training, I got this error

  File "/home/rohol/projects/1d-tokenizer/utils/train_utils.py", line 762, in reconstruct_images
    accelerator.get_tracker("wandb").log_images(
AttributeError: 'GeneralTracker' object has no attribute 'log_images'

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in utils/train_utils.py at reconstruct_images around line 762, where accelerator.get_tracker("wandb").log_images is called during stage 1 training. Reproduce the stage 1 image-logging path and inspect the tracker returned there; done means reconstructed images can be logged without the reported AttributeError.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
machine-learning
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.