hongsukchoi/TCMR_RELEASE

Tranning Needed memory size

amituofo1996 opened this issue · 3 comments

Hi,
My computer have 23GB memory, when I start trainning repr_table6_h36m_model.yaml, I can only load needed 2d data and 3d data.
How can I do? Can I separate 3D data and train stage by stage? are you still remeber your experiment memory?

Can you tell me about your trainning time?

Hi, it took approx 55GB.

My recommendation is to discard 1/3 - 1/2 of the whole dataset in a random manner and train with the remaining data. It would give similar accuracy

Thanks for your quick reply!