Skip to content

Commit

Permalink
Update 0_preprocess_training_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi authored Nov 5, 2024
1 parent 25a95a9 commit 20a6abd
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion 0_preprocess_training_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
"""Translate data from HuMoR-style npz format to an hdf5-based one."""
"""Translate data from HuMoR-style npz format to an hdf5-based one.
Due to licensing, we unfortunately can't re-distribute our preprocessed dataset.
For generating it yourself, the inputs to this script can be first computed by following HuMoR: https://github.com/davrempe/humor/tree/main/data
"""

import queue
import threading
Expand Down

0 comments on commit 20a6abd

Please sign in to comment.