Eran

Results 21 comments of Eran

actually it's quite surprising, though the first step might be buggy-some, it seems that the optimizer "understands" it and try to shift the weights: ![image](https://user-images.githubusercontent.com/8540180/161616365-f4281b0c-318c-4926-96c7-3c9d7102eb67.png) ![image](https://user-images.githubusercontent.com/8540180/161616436-29b7da6a-9459-47e1-b52d-ee5c376c7a47.png) ![image](https://user-images.githubusercontent.com/8540180/161616508-63c6d5a8-8b4a-4212-b088-837d0c0c14dc.png) The "twins" are...

solved by replacing the legacy apk, it seems that it can't download the right apk automatically. It's still a bug in the script, so I keep this issue open.

> @fleimgruber I solved this problem in this way: > > 1. Download "WhatsApp-2.11.431.apk" from https://whatcrypt.com/WhatsApp-2.11.431.apk. > 2. Copy the file "WhatsApp-2.11.431.apk" inside the "tmp" folder. > 3. In "WhatsAppKeyDBExtract.ps1",...

I might be facing the same issue: [Screencast from 23-02-24 20:18:51.webm](https://github.com/gradio-app/gradio/assets/8540180/aad3c5d3-cbc9-4f2e-8d02-127c5ce14812)

if you can also release efficientNet (v2) I'll be grateful. I currently don't work for Google, so I cannot access your local repos.

@key-moon it works. maybe it should be mentioned after install?

I used the following: ``` @misc{DeepFloydIF, author={DeepFloyd Lab at StabilityAI}, title={{DeepFloyd IF}: a novel state-of-the-art open-source text-to-image model with a high degree of photorealism and language understanding}, howpublished="\url{https://www.deepfloyd.ai/deepfloyd-if}", year={2023}, note={Retrieved...

hmm I believe it's misuse, maybe you should consider that the default will be the current time zone (and not that of 1880)? Thanks

> > I believe the function might spawn a new thread each time, which might have a great cost. > > It does not, unless you specify the `timeout` or...

> Then, yes, it will spawn a new native thread each time. If you want to figure out the performance impact of that, it’s going to vary from system to...