-
Notifications
You must be signed in to change notification settings - Fork 4
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
unable to run base model inference for lafan1_15step #2
Comments
I was able to fix previous error by setting self.load_full_data to True and run script once to generate stats.npz and data.npz files Unfortunately it still crashes with a different error:
|
Thank you for trying out A-MDM and your feedback! I really appreciate sharing issues encountered while running the code. I apologize for not making this step clearer in the instructions. I’ll make sure to include it in the documentation. In the meantime, I also added stats.npz for each dataset so that you can run it without the full dataset. |
I couldn't reproduce the issue you are facing. Can you provide more details? For example, your configs, args, and the branch. To help reproduce the problem, could you pull the latest change and try again? Thanks |
Managed to fix it and run the inference
or this
and
has to be within |
Also args folder has lots of config files pointing to non existing configs, e.g. the default one from the README steps points to amdm_lafan1_small empty folder |
This has been fixed and I believe your problem is due to older version of this repo. I don't have any of these issues |
Maybe part of the problem is unique to windows. I will try it on my windows machine in a few days. will update requirements.txt. Thanks for sharing your experience! |
The bugs still exist in current master, will fix soon |
Followed installation steps and tried running default inference commad:
python run_env.py --arg_file .\args\RP_amdm_lafan1.txt
got the error:
Modified
skeleton_info.py
so that LAFAN1 skel_dict item includes'links': LAFAN1_links
field, now getting the following error:Any advice on what am I missing to make it work?
The text was updated successfully, but these errors were encountered: