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
Create tiny networks for diffusion, VAE, and text encoder and load it to the GPU.
Do the basic dataset preprocess and VAE encode.
Train for 100 steps or some other short time.
Test saving and loading weights.
Test validation loop.
The goal is to have the network small enough that we can run the test in a couple seconds at most. We can use this to validate new integrated features and eventually have a CI run it to make sure nothing gets broken.
The text was updated successfully, but these errors were encountered:
The complete end-to-end test would:
The goal is to have the network small enough that we can run the test in a couple seconds at most. We can use this to validate new integrated features and eventually have a CI run it to make sure nothing gets broken.
The text was updated successfully, but these errors were encountered: