kinetics-i3d
kinetics-i3d copied to clipboard
What minimum amount of GPU is needed to finetune pretrained ? 8gb GPU is enough? or i need 12 gb GPU?
12GB or 16GB will make things faster (and better for batch norm) but 8 GB may be enough to finetune, you'll just need to adjust the batch size appropriately.
Best,
Joao
On Mon, Jun 10, 2019 at 11:20 AM siddharthsinh Yadav < [email protected]> wrote:
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/deepmind/kinetics-i3d/issues/65?email_source=notifications&email_token=ADXKU2Q5QZBZVE6NCUOS62TPZYTH5A5CNFSM4HWSHUIKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4GYRANDA, or mute the thread https://github.com/notifications/unsubscribe-auth/ADXKU2Q3DVYODNMYPLIAZ4TPZYTH5ANCNFSM4HWSHUIA .
Thanks for the help @joaoluiscarreira
@joaoluiscarreira Hello, Joao. I want to know how much storage space is required to extract RGB and flow frames from all Kinetics400 videos.
Best