Jack

Results 2 issues of Jack

Hi, First of all, thanks for sharing this great work! I've written a simple pipeline for running magic animate and densepose. https://github.com/JackChen890311/Simple-Magic-Animate If you follow the instructions, it should be...

**Error Message** RuntimeError: Can not infer total number of classes from meta tensor. **Cause** `model_graph = draw_graph(model, input_data=input_tensor, device='meta')` And my model has a layer `c = nn.functional.one_hot(c, num_classes=self.n_classes).type(torch.float)` **Solution**...