Jose

Results 28 issues of Jose

The readme says that the code uses python 3.7 but the setup.py requires >=3.8.

When inspecting the state dict of milnet in `testing_tcga.py` it has keys `b_classifier.q.0.bias` and `b_classifier.q.2.bias` but the aggregator.pth has keys `b_classifier.q.bias`. It suggests that you trained the aggregator with `nonlinear=False`...

The code runs into the error: TypeError: object of type 'method' has no len() Adding the parenthesis solves the error. I don't know if there have been any changes in...

You use the value of self.variant before initializing it. A simple change in line 89 fixes it.

I don't know where to post this so I will post it here. I have run some benchmarking on the different repos that were created after this to see how...

Sorry for bothering you but I saw in the demo video that you manage to reenact other faces like Obama's. How did you do this? Because as specified in the...

After training on a custom dataset, the torch2onnx works perfectly fine but after converting to TensorRT with the exe and executing it with the exe it creates a gray screen...

When I launch the distributed training for the full styleavatar I get the following error: ``` RuntimeError: Expected to have finished reduction in the prior iteration before starting a new...

The argument `--local_rank` should be `--local-rank`, otherwise it gives error.