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

How do I create a working version from the source code? #32

Open
stewartmyles opened this issue Apr 25, 2021 · 3 comments
Open

How do I create a working version from the source code? #32

stewartmyles opened this issue Apr 25, 2021 · 3 comments

Comments

@stewartmyles
Copy link

When I run the Windows executable version (1.0 alpha) I run out of memory as I only have 16Gb, I see there is a resume fix how can I add that fix to the Windows executable version alternatively how do I run the latest version of the source code. Sorry I dont have a clue about development stuff.

@FerrahWolfeh
Copy link
Contributor

FerrahWolfeh commented Apr 25, 2021

A little down below on the Readme, there are some installation instructions for Linux, they should work exactly the same on windows

Also, the resume fix doesn't have much to do with your issue. The program gives a oom because your gpu may not have enough vram to do the actual work

@stewartmyles
Copy link
Author

I have split the frames into 2 x 2 to get around the low video memory, i get the following the following

C:\temp\Dain-App-master>py my_design.py
Traceback (most recent call last):
File "C:\temp\Dain-App-master\my_design.py", line 2, in
import torch.multiprocessing
ModuleNotFoundError: No module named 'torch'

@zocker-160
Copy link

you are missing Python modules needed to run (torch in this case), all needed dependencies are listed in the readme

https://github.com/BurguerJohn/Dain-App#requirements-and-dependencies

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

3 participants