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
I want to try out the 2D set regression experiment (2D_set_regression.ipynb), but it expects the following file as the dataset: data/ffhq/ffhq_512.npy.
I assume that file is your preprocessed 800 FFHQ images? How can I obtain the .npy file?
The text was updated successfully, but these errors were encountered:
ffhq_512.npy is a tensor array at a shape NxHxWx3, where N is 800 here, we used the first 0-800 images from the FFHQ dataset. You could obtain it by loading images and concatenating them;)
Hi,
I want to try out the 2D set regression experiment (
2D_set_regression.ipynb
), but it expects the following file as the dataset:data/ffhq/ffhq_512.npy
.I assume that file is your preprocessed 800 FFHQ images? How can I obtain the .npy file?
The text was updated successfully, but these errors were encountered: