bytedance / bytedance/1d-tokenizer
'GeneralTracker' object has no attribute 'log_images'
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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