Results 8 comments of pskl

Yup, same problem here. Build fails everytime, now I need to dwelve into XCode imports.

This leaves me perplexed 🤔

@kirantpatil Something like ```ruby class TelegramController < ApplicationController before_action :auth skip_before_action :verify_authenticity_token def webhook update = Telegram::Bot::Types::Update.new(params.permit!.to_h) message = update.message # do something end private def client @client ||= Telegram::Bot::Api.new(Rails.application.credentials.telegram[:bot_token])...

Facing the same problem, considering building what @simonmeusel did.

Why is this closed?

Hmmm, ah sorry at the time of my last comment I somehow didnt see your response, my bad. And btw I'm a big fan of your work in general! Great...

I tried updating the pretrained network to the 512 version and it works like a charm on my side.

@joel-simon Subsequent question: is it possible to mix an external image with images generated through BigGAN?