-
Notifications
You must be signed in to change notification settings - Fork 9
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
Could not run the code. #7
Comments
How to fix the Bug? :( I have tried many days.... |
@zf223669 Sorry for the mistake in writing, and I want to say I could not run even fixed some Bugs. :( I have tried many days too. |
Hi, re-pasting the response from issue #5, which I'm redirecting here: It turns out that some of the packages were deprecated without compatibility since we released our code. As a result, preprocessing the data and later running training/inference needs you to have different versions of basic packages such as numpy installed. This requires strict versioning and modulation of our codebase that are beyond our scope at the moment. To circumnavigate the issue, I am uploading the preprocessed dataset in a single folder that you can download and directly use for training/inference. Please keep the entire contents of the download in the folder data/ted_db and point the variable data_path in main_v2.py to the data folder. I have also revised the code to make the data loading faster. Let me know if you still face issues. |
Maybe you could rebuild the requirements.txt file with all the packages information so we could import the right version. |
dear sir。 i got an error that could not find the file 0000000.npz when run the savezcompress function |
Is your save path valid? |
Found the cache /home/zf223669/Mount/S2AG/data/ted_db/lmdb_test_s2ag_v2_cache_mfcc_14 |
This stack trace is not possible for me to follow without knowing your path structure. Please make sure all the paths are valid, or try some other workaround, e.g., skipping the keys that cause errors. |
Hi, It could work now!I found that the save_cache() could not create the npz-train npz-test npz-val automatically, so I create the fould manually , commend the "if not os.path.exists(train_dir_nam/val_dir_name/test_dir_name) , "and it could generate the 00000.npz files..... it`s wired. |
Great, I'm glad it works now! Thanks for detailing your steps, too! |
Hi, I still could not run the code; when I fix the code as above, it still reports: |
I fix it by |
I think a lot of bugs in this project are caused by incorrect paths and mismatched versions of dependencies. |
|
Thanks for your patience and feedback regarding the bugs, I will definitely revise the readme when I get some free time. Also, we did not train our model on the Trinity Dataset, only tested on it. |
Hi, thanks for your work.
I am working on the gesture generation project, and I want to make some comparisons with your work.
I followed your readme, but I could not run the code successfully, even I fixed too many bugs.
Could you please review your code and make sure it can run following the readme?
The text was updated successfully, but these errors were encountered: