You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 7, 2025. It is now read-only.
In some tutorials using MedNIST contains a bug regarding the validation set. For example, in
GenerativeModels/tutorials/generative/2d_vqvae/2d_vqvae_tutorial.py
Line 102 in 589d79e
the validation set is composed by items from
train_data.datainsteadval_data.data.Same occurs in
GenerativeModels/tutorials/generative/2d_vqgan/2d_vqgan_tutorial.py
Line 127 in 4849c6b
GenerativeModels/tutorials/generative/2d_vqvae_transformer/2d_vqvae_transformer_tutorial.py
Line 126 in 4d9f3ea
GenerativeModels/tutorials/generative/2d_super_resolution/2d_stable_diffusion_v2_super_resolution.py
Line 142 in 4849c6b