Hello, I am working on a project using Wavenet where I am currently attempting to train the machine with a 3-second clip of Michael Jackson's vocals. Initially, I was able to successfully train and generate an output, however when I tried to repeat the training process with new parameters, I was hit with a "Code size too large, please limit size to 150 mb" error. I have uploaded a database but I am unclear as to how I am supposed to access it when I run the code.
This is the picture of what I am talking about ^^. --data_dir=mj is telling the computer that the Michael Jackson voice sample is under the "mj" folder of my home location. Can someone please guide me to the right direction? Thank you!