I have been following the instructions right along, generated a dataset, and have moved on to the training portion.
When I run the training portion I get the following error:
Traceback (most recent call last):
File "./training/train.py", line 4, in
from synthesis.synthesize import load_model
ModuleNotFoundError: No module named 'synthesis.synthesize'
I can't for the life of me figure out what I need to install to get this module. Hoping someone can point me in the right direction.
Disregard, apparently I did something wrong. The training is working after clearing all of my pip installed packages and re-installing according to requirements.txt.
I have been following the instructions right along, generated a dataset, and have moved on to the training portion.
When I run the training portion I get the following error: Traceback (most recent call last): File "./training/train.py", line 4, in
from synthesis.synthesize import load_model
ModuleNotFoundError: No module named 'synthesis.synthesize'
I can't for the life of me figure out what I need to install to get this module. Hoping someone can point me in the right direction.
Thanks!