BurguerJohn/Dain-App

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

Opened this issue · 3 comments

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.

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

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'

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