Sam Gao
Sam Gao
Thanks a lot! It has been a few months that I haven't kept pace with progress in PyTorch, could you please explain is there a difference between `f = f[:,...
> Thanks for your reply. > For the first problem, if you use `[::-1]` index for a torch.tensor, you will get an error `ValueError: negative step not yet supported`, i.e.,...
Hi, you can contact me via QQ: 314913739. I have to say that I have the wish to improve this project but I do not have enough time.
Thanks for pointing that problem, do you found that useful if removing this?
Hi, you can check #4
The command i use is: `~/dev/keras_compressor$ keras-compressor.py --error 0.001 ./encoder.h5 ./compressed.h5`
Hi, everyone, the current model here is only trained on a few faces with extreme poses, so the model is not generalizing well to the common situations. Train this PRNET...
> I think it would be better to look at their paper. They use [SIREN](https://arxiv.org/abs/2006.09661), which has been demonstrated to be as effective as positional encoding. This discovery has been...
> Hi! > First of all, thank you for putting efforts in this! I'm keen to learn about this as well. > > I have not tried SoftRas yet, but...
> I see! Have you tried to train with SoftRas on the full training set? Does it still not work well? I will give it a try and tell you...