You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "../AnimateDiff/animatediff/utils/overlap_policy.py", line 9, in uniform
if n <= context_size:
TypeError: '<=' not supported between instances of 'int' and 'NoneType'
I am getting this error after the first 100 steps of training, as it's doing it's validation pass. I am assuming I am missing a variable in my training yaml. So this could just be a me problem. If it is, disregard this as an issue. I think this was asked in another issue, but if you could upload your training config file for reference that would be awesome.
Super excited to see where this project goes, thanks for the hard work.
The text was updated successfully, but these errors were encountered:
Edit: I am using the devel branch for reference.
File "../AnimateDiff/animatediff/utils/overlap_policy.py", line 9, in uniform
if n <= context_size:
TypeError: '<=' not supported between instances of 'int' and 'NoneType'
I am getting this error after the first 100 steps of training, as it's doing it's validation pass. I am assuming I am missing a variable in my training yaml. So this could just be a me problem. If it is, disregard this as an issue. I think this was asked in another issue, but if you could upload your training config file for reference that would be awesome.
Super excited to see where this project goes, thanks for the hard work.
The text was updated successfully, but these errors were encountered: