NVlabs / NVAE

The Official PyTorch Implementation of "NVAE: A Deep Hierarchical Variational Autoencoder" (NeurIPS 2020 spotlight paper)

Home Page:https://arxiv.org/abs/2007.03898

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Query: Dataset CelebA-HQ 256x256 issue

KomputerMaster64 opened this issue · comments

When i run the folllowing command to store the CelebA-HQ 256x256 dataset in an LMDB dataset,
python convert_tfrecord_to_lmdb.py --dataset=celeba --tfr_path=$DATA_DIR/celeba/celeba-tfr --lmdb_path=$DATA_DIR/celeba/celeba-lmdb --split=train

I am getting the following error:
Traceback (most recent call last): File "convert_tfrecord_to_lmdb.py", line 12, in <module> from tfrecord.torch.dataset import TFRecordDataset ModuleNotFoundError: No module named 'tfrecord'

I found only the following github issue relevant to the query: vahidk/tfrecord#1

I request you to please guide me.