Kostas Georgiou

Results 19 comments of Kostas Georgiou

Any updates on this?

The same problem on a MacBook with M1

I'm also very interested in this.

I have the same problem and I don't see the Google Assistant in the Privacy & Security > Microphone. There is also no "+" button to add apps manually. Edit:...

Hello, @savagex9000 . The Youtube API is unreliable when using channel usernames. Try replacing the `-u` option with the `-i` option and use the channel id instead. If you don't...

Can you make sure that the Google account you are using for the YT API has a corresponding Youtube channel? If it has, can you go to [this page](https://developers.google.com/youtube/v3/docs/channels/list), at...

@savagex9000 Can you show me the configuration file you are using?

Sorry, I meant the yml configuration file. Can you send me that? Also, you don't need the `EMAIL_ADDRESS` and `GMAIL_API_KEY` lines here.

I have the same question. It's even more confusing because in this code snippet: ``` if i == 0: patch_embed = Head(num_conv) else: patch_embed = OverlapPatchEmbed( img_size=img_size if i ==...