Fixed allow_pickle and multi-gpu issues - #8
Open
wuyenlin wants to merge 2 commits into
Open
Conversation
Owner
|
Thanks, Yen-Lin. That’s very helpful!
在 2021年6月29日,18:55,Yen-Lin ***@***.***> 写道:
Hi, I was running this repo and had a few minor issues.
I have fixed some lines and hope it'd be helpful.
1. set allow_pickle to True when reading the npz files
2. added a device_list to allow both single and multi gpu scenarios
…________________________________
You can view, comment on, or merge this pull request online at:
#8<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sunnychencool_Anatomy3D_pull_8&d=DwMCaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=rPOBJC5gKaoaPCPUTVTptPi9X8fSUVufMYyYR7i8ztA&m=Joas5U5YF_XqYOkkXcs4CXnp8RR6QpPhLgkK34xDOmI&s=5G7rLSv3VHulUM1v2ZGBahhlnd67rybI-jDCU3fCvns&e=>
Commit Summary
* allow pickle
* allow pickle and added device list for single and multi gpu setup
File Changes
* M common/h36m_dataset.py<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sunnychencool_Anatomy3D_pull_8_files-23diff-2De2c5a1fdbd32fdaad387f3b17e1d8f5466afdfd87fcfca712cd3fa74258f252f&d=DwMCaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=rPOBJC5gKaoaPCPUTVTptPi9X8fSUVufMYyYR7i8ztA&m=Joas5U5YF_XqYOkkXcs4CXnp8RR6QpPhLgkK34xDOmI&s=zoKdb545payryhXWW-fiP9tZejAArfBsOdssHK5Mfjk&e=> (4)
* M run.py<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sunnychencool_Anatomy3D_pull_8_files-23diff-2Dd6af0459a37d985953d7040c14f53feb3b9cc9e58b543aa3c2b80256d276c5e0&d=DwMCaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=rPOBJC5gKaoaPCPUTVTptPi9X8fSUVufMYyYR7i8ztA&m=Joas5U5YF_XqYOkkXcs4CXnp8RR6QpPhLgkK34xDOmI&s=2ITqKxp72QP6c0xQMSCzWTGmJEDucMCM-3tXEnoNVQw&e=> (7)
Patch Links:
* #8.patch<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sunnychencool_Anatomy3D_pull_8.patch&d=DwMCaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=rPOBJC5gKaoaPCPUTVTptPi9X8fSUVufMYyYR7i8ztA&m=Joas5U5YF_XqYOkkXcs4CXnp8RR6QpPhLgkK34xDOmI&s=eezT35bv0rjQce0-7fuzGbpdE80_eczZwA1ImPR9Cqk&e=>
* #8.diff<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sunnychencool_Anatomy3D_pull_8.diff&d=DwMCaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=rPOBJC5gKaoaPCPUTVTptPi9X8fSUVufMYyYR7i8ztA&m=Joas5U5YF_XqYOkkXcs4CXnp8RR6QpPhLgkK34xDOmI&s=7anmy6bYHaBAByjWrNZJ1IhdIXUbDeV_Gvn2lMB5p0I&e=>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_sunnychencool_Anatomy3D_pull_8&d=DwMCaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=rPOBJC5gKaoaPCPUTVTptPi9X8fSUVufMYyYR7i8ztA&m=Joas5U5YF_XqYOkkXcs4CXnp8RR6QpPhLgkK34xDOmI&s=5G7rLSv3VHulUM1v2ZGBahhlnd67rybI-jDCU3fCvns&e=>, or unsubscribe<https://urldefense.proofpoint.com/v2/url?u=https-3A__github.com_notifications_unsubscribe-2Dauth_AFQKPEHBL7VYCNP2C7XQ6RTTVJ2PFANCNFSM47RLB5DQ&d=DwMCaQ&c=kbmfwr1Yojg42sGEpaQh5ofMHBeTl9EI2eaqQZhHbOU&r=rPOBJC5gKaoaPCPUTVTptPi9X8fSUVufMYyYR7i8ztA&m=Joas5U5YF_XqYOkkXcs4CXnp8RR6QpPhLgkK34xDOmI&s=iWuL2zGeU9N2E0A41vHIa4F2aYt18G0wVryXysOqdqM&e=>.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, I was running this repo and had a few minor issues.
I have fixed some lines and hope it'd be helpful.
allow_pickletoTruewhen reading the npz filesdevice_listto allow both single and multi gpu scenarios