Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate story problems #2

Open
kirbu123 opened this issue Nov 1, 2023 · 1 comment
Open

Generate story problems #2

kirbu123 opened this issue Nov 1, 2023 · 1 comment

Comments

@kirbu123
Copy link

kirbu123 commented Nov 1, 2023

Hi. I am using infer_dalle.py and I want to generate images using checkpoints, but this script actually trained smth, have you got script, that just generates using checkpoints with out training. Can you fix proro dataset and flintstone links, they do not actually work. What version of torchmetrics did you use in this repo? I have errors connected with this lib: ImportError: cannot import name 'get_num_classes' from 'torchmetrics.utilities.data'.

@TheWayLost
Copy link

Hi. I am using infer_dalle.py and I want to generate images using checkpoints, but this script actually trained smth, have you got script, that just generates using checkpoints with out training. Can you fix proro dataset and flintstone links, they do not actually work. What version of torchmetrics did you use in this repo? I have errors connected with this lib: ImportError: cannot import name 'get_num_classes' from 'torchmetrics.utilities.data'.

hi, I am also trying to reproduce this research and have met some problems same with you.

  1. The first problem (infer_dalle.py actually trained smth) also bothers me, and i am trying to go through the training stage but the code gives error as shown below, which is caused by the failed symbolic link in the data dirctory of the repo.
    image

  2. For your second question, which i also met, I found these two links to download pororo dataset and flintstone dataset from the quoted papers of this repo's corresponding paper, listed below:
    https://drive.google.com/file/d/1kG4esNwabJQPWqadSDaugrlF4dRaV33_/view
    https://drive.google.com/file/d/1GLZDM7cL812ONrT5-AnYoXaxTwGRPIXl/view

  3. For your last question (version of torchmetrics), it is 0.6.0 , which can be seen from the docker image the author provided using pip list command. As he said, using the docker is strongly recommanded——that is true, weird dependency problem occurs when i tried not to use docker but setup the environment on my own windows (such as the youtokenyoutome package only works when u have VS in ur environment , see github page Youtokentome cannot be installed on Windows if VisualStudio not installed VKCOM/YouTokenToMe#96 ).
    Moreover, if you are using windows+wsl+docker environment like me, please notice: The docker image provided in this repo actually includes some cuda dynamic link library which should not be included when building an image, so u need to build a new image on this and delete 2 files, only so that u will be able to use your gpus in the container (see github page WSL2: nvidia-container-cli mount error, libnvidia-ml.so.1: file exists: unknown. NVIDIA/nvidia-container-toolkit#289 )

I will follow up issues about this repo as i am reproducing this paper's result recently (which is my course final project :( ).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants