Wok

Results 144 comments of Wok

I have not found an answer, but I have found another repository. :) https://github.com/Mind-the-Pineapple/sklearn-rvm

For your information, there is another package for RVM, following scikit-learn conventions as well: https://github.com/Mind-the-Pineapple/sklearn-rvm You can see that `return_std` is accepted: ![plot](https://i.imgur.com/sTUl2ON.png) Reference: https://sklearn-rvm.readthedocs.io/en/latest/auto_examples/plot_compare_rvr_svr.html

This notebook is handy. I would have one suggestion though. At the end, there is a call to: ```python genImage(img_name_list[i_test],pred) ``` which allows to get the mask: (left: input, right:...

> It complaints about i_test and pred not being defined. It looks like the previous cell was not run.

The HuggingFace page helps as well: https://huggingface.co/spaces/akhaliq/AnimeGANv2

I was contacted about this subject at https://github.com/woctezuma/SimSwap-colab/issues/3 and was a bit confused about the original issue, and where the fix was in the code posted above. So I will...

I don't know which script you are trying to run, and you don't show the error message. I cannot help you with that. 😄

> no GPU How do you use it? cpu At the end of the link provided by ftaker887: > We expect users to have GPU with at least 3G memory....

The link works fine here.

> 2. An option to perform super resolution on the face during or after inference. > An example would be something like [Face Sparnet](https://github.com/chaofengc/Face-SPARNet). For info, I use an optional...