This website requires JavaScript.
Explore
Help
Sign In
Logic
/
DDT
Watch
1
Star
0
Fork
0
You've already forked DDT
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
b9c3720eba257ffb9fc036cd2e0475f80ead30e3
DDT
/
src
History
gameloader
b9c3720eba
feat(callbacks): add Weights & Biases image logging to SaveImagesHook\n\n- Introduce optional wandb_max_save_num parameter in __init__\n- Add helper methods _get_wandb_logger and _log_wandb_samples\n- Log sampled images as wandb.Image artifacts during validation epoch end (global zero only)\n- Handle proper dtype conversion and clipping for wandb compatibility\n- Respect both general max_save_num and wandb-specific limit\n\nThis enables visualization of validation samples directly in the W&B dashboard without manual intervention.
2026-01-19 16:03:54 +08:00
..
callbacks
feat(callbacks): add Weights & Biases image logging to SaveImagesHook\n\n- Introduce optional wandb_max_save_num parameter in __init__\n- Add helper methods _get_wandb_logger and _log_wandb_samples\n- Log sampled images as wandb.Image artifacts during validation epoch end (global zero only)\n- Handle proper dtype conversion and clipping for wandb compatibility\n- Respect both general max_save_num and wandb-specific limit\n\nThis enables visualization of validation samples directly in the W&B dashboard without manual intervention.
2026-01-19 16:03:54 +08:00
data
feat(dataset): add HuggingFace image dataset
2026-01-18 17:10:01 +08:00
diffusion
disperse loss
2025-06-14 12:14:01 +08:00
models
Update improved_dit.py
2025-07-03 20:21:04 +08:00
plugins
submit code
2025-04-09 11:01:16 +08:00
utils
feat(data): add support for Hugging Face datasets
2026-01-16 14:25:32 +08:00
__init__.py
submit code
2025-04-09 11:01:16 +08:00
lightning_data.py
feat(data): add support for Hugging Face datasets
2026-01-16 14:25:32 +08:00
lightning_model.py
torch.compile
2025-07-03 20:23:59 +08:00