| #@title Colab hack for SVD | |
| # !pip uninstall -y numpy | |
| # !pip install -U numpy | |
| !mkdir -p /content/scripts/util/detection | |
| !ln -s /content/generative-models/scripts/util/detection/p_head_v1.npz /content/scripts/util/detection/p_head_v1.npz | |
| !ln -s /content/generative-models/scripts/util/detection/w_head_v1.npz /content/scripts/util/detection/w_head_v1.npz |