evgenii

Results 2 issues of evgenii

Hi, @jonasva, thank's for GT API. When I try to execute the code ``` require ('vendor/autoload.php'); use Jonasva\GoogleTrends\GoogleSession; use Jonasva\GoogleTrends\GoogleTrendsResponse; use GuzzleHttp\Exception\BadResponseException; $config = [ 'email' => '[email protected]', 'password' =>...

Hi, thanks for your amazing work! I'm trying to project the existing image to latent space, then slightly change the latent vector (like via some linear transformation) and then transform...