"git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "4e3ddd5afab3a4b0b6265f210d6710933dade660"
Unverified Commit 3db30442 authored by Alexander Jipa's avatar Alexander Jipa Committed by GitHub
Browse files

Fix typo in gallery example (#6276)


Co-authored-by: default avatarAlexander Jipa <azzhipa@amazon.com>
parent 418d8a6f
...@@ -170,7 +170,7 @@ vf, af, info, meta = example_read_video(video) ...@@ -170,7 +170,7 @@ vf, af, info, meta = example_read_video(video)
print(vf.size(), af.size()) print(vf.size(), af.size())
#################################### ####################################
# 3. Building an example randomly sampled dataset (can be applied to training dataest of kinetics400) # 3. Building an example randomly sampled dataset (can be applied to training dataset of kinetics400)
# ------------------------------------------------------------------------------------------------------- # -------------------------------------------------------------------------------------------------------
# Cool, so now we can use the same principle to make the sample dataset. # Cool, so now we can use the same principle to make the sample dataset.
# We suggest trying out iterable dataset for this purpose. # We suggest trying out iterable dataset for this purpose.
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment