Max Marion
Max Marion
Hey - I know this is old but I ran into this problem and managed to get things running! Step 1 I needed to do `conda create --name latinbert python=3.8`...
Great :) LMK if it works. It worked for my sister on her computer, but another confirmation would be nice. I'd open a pull request to change the README instructions,...
This is the first error from the set of errors in the #129 , I think if we solve that one we'll get this one too.
I am getting this error as well. Windows, Python version 3.5.5, tensorflow version 1.8, tensor2tensor 1.5.7. All the errors look like python 2 scripts running under python 3, but it...
Okay, so I did have to update my version and these previous errors went away. So I had to 'git fetch master' and 'git pull'. However, I got 3 different...
I solved these issues by simply removing the "decode" part. It's not unicode anymore so it doesn't need it. Later on down the line I run into another error: ======================================================================...
Okie dokie I actually got it! I had to change line 35 from "shutil.rmtree(model_dir)" to "shutil.rmtree(model_dir, ignore_errors=True)" and it worked. It deletes everything in the "train" folder except for the...
g2p_unittest.py. Look here: "Traceback (most recent call last): File "f:\projects\seq2seq_raplyrics\g2p-seq2seq\tests\g2p_unittest.py", line 35, in test_train shutil.rmtree(model_dir, ignore_errors=False, onerror=handleRemoveReadonly)" Your current line 35 will most likely just be "shutil.rmtree(model_dir)" as that extra...
You can run most of the commands from the anaconda command line, which is what I've been doing. I've finally got it to pass the test, but interactive mode booted...
replace 'model_folder_path' with the name of the saved model