Closed herybala closed 1 year ago
Hi Herybala,
Yes, in the code, we assume the batch size to be 1 (which means we train with 1 frame at a time). However, you can increase the number of pixels you want to sample like in here (4 32 32 = 4K by default)
Best, Tianjian
Thanks for advice
Le mar. 12 sept. 2023 à 13:26, Tianjian Jiang @.***> a écrit :
Hi Herybala,
Yes, in the code, we assume the batch size to be 1 (which means we train with 1 frame at a time). However, you can increase the number of pixels you want to sample like in here https://github.com/tijiang13/InstantAvatar/blob/master/confs/sampler/patch.yaml#L3 (4K by default)
Best, Tianjian
— Reply to this email directly, view it on GitHub https://github.com/tijiang13/InstantAvatar/issues/55#issuecomment-1715544154, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJVPXZFIEQ4SF67SPRCJETLX2BBHZANCNFSM6AAAAAA4UTEOBM . You are receiving this because you authored the thread.Message ID: @.***>
-- Hery Velonjatovo
Sorry wrong manipulation, i found the problem Hello, Also when setting sampler to edge i got the following error:
hydra.errors.ConfigCompositionException: Could not override 'sampler.dilate'. To append to your config use +sampler.dilate=8
Hi Herybala,
From the error it appears that you are trying to pass parameters that EdgeSampler doesn't recognise to it (dilate in this case). If you want to switch sampler you can either:
Best, Tianjian
I saw we get error when increasing batch size in dataloader