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
Is this repository still getting developed? I got the following error:
warp_model.py", line 84, in define_G
input_chanels=self.input_chanels
TypeError: init() got an unexpected keyword argument 'input_chanels'
Should I split agnostic to (hair,face,shape)of 3 chanels and (wrapped cloth mask,pose map)of 19 chanels and then send to warp module to resolve this error?
The text was updated successfully, but these errors were encountered:
Is this repository still getting developed? I got the following error:
warp_model.py", line 84, in define_G
input_chanels=self.input_chanels
TypeError: init() got an unexpected keyword argument 'input_chanels'
Should I split agnostic to (hair,face,shape)of 3 chanels and (wrapped cloth mask,pose map)of 19 chanels and then send to warp module to resolve this error?
The text was updated successfully, but these errors were encountered: