xwg0508
xwg0508
I enable the low_vram_shift, set the batch_size=1, and set accumulate_grad_batches=4, besides I import xformers, but still OOM. My gpu memory is 10.75GB, why it isn't work? 
when using np.load, it will raise error follows AND when i change np.load, using np.loadtxt it will raise another error HOW to solve it?
Thanks for your excellent work! And I saw that you have provided the attribute JSON file for k400, may I ask how to generate attribute file for my own dataset?
Where is action-to-motion code?
About Video Classification, How to save best model? I see the code did not save the best.pyth
请问如果要在自己的数据集上训练,是需要先进行预训练再微调,还是直接微调就可以