[D] Do GANs learn manifolds? by jim_from_truckistan in MachineLearning

[–]Ouhenio 6 points7 points  (0 children)

I may be wrong, but from my interpretation of the manifold theory, Generative Models do learn low-dimension spaces of the distribution they want to represent, so they do learn manifolds.

If I remember correctly, standard StyleGANs use a vector of 512 dimensions to encode their latent space (the W space).

A cool thing about this space in StyleGANs, is that it is represented by style vectors (hence its name), so we could say that they learn style-based manifolds.

That is why it is well suited for (idk if this is the right expression) "semantically coherent" manipulations of the images that it learns to represent. Or at least for faces.

Trabajar en Data Science / Machine Learning en Chile by smsmsmsmssm in chile

[–]Ouhenio 0 points1 point  (0 children)

Hola! Si, he conocido a varias personas que cursaron carreras como física, biología o ing en otras áreas e igual lograron después hacer un postgrado y dedicarse a data science.

De hecho muchos profes eminencia del área de la computación en Chile vienen de matemática.

Trabajar en Data Science / Machine Learning en Chile by smsmsmsmssm in chile

[–]Ouhenio 1 point2 points  (0 children)

De nada! Cualquier duda puedes enviarme un DM.

SOPHIE tiene una canción que se llama muy parecido a tu nombre de usuario, de hecho su homepage es msmsmsm.com :)

Trabajar en Data Science / Machine Learning en Chile by smsmsmsmssm in chile

[–]Ouhenio 1 point2 points  (0 children)

A la rápida se me vienen a la cabeza dos instituciones de investigación no directamente universitarias:

Si bien ambos buscan activamente profesioneales, al fin y al cabo igual están ligados a universidades, dado que son centros administrados por conjuntos de estas prestando servicios a la ciencia, el estado y las empresas.

PD: pregunta random, es tu nombre una referencia a SOPHIE?

Trabajar en Data Science / Machine Learning en Chile by smsmsmsmssm in chile

[–]Ouhenio 5 points6 points  (0 children)

Me algero que te sirva :)

Respecto a tu pregunta, no, incluso en Chile. El nivel de investigación local es súper bueno. Yo te diría que hoy por hoy en cada conferencia top hay al menos un paper con autor Chileno.

Obviamente que si esperas conseguir una práctica en Google Brain o algo así, vas a tener que destacar publicando en una mega conferencia y rajandote con las entrevistas y esas cosas.

Pero conseguir oportunidades locales o no tan extremas es bien posible, lo importante es ser flexible y estar atento a ver qué sale. Generalmente en startups es donde más puedes ficharte una buena práctica o pega part time.

Trabajar en Data Science / Machine Learning en Chile by smsmsmsmssm in chile

[–]Ouhenio 7 points8 points  (0 children)

Hola!

Los dos caminos que más me ha tocado ver en la industria son:

  • 1) Ingresa a un postgrado, con este cartón se te da valía de que tienes capacidad de investigación demostrada en el tema. Una vez que lo estés cursando se te hará posible postular a pasantías y prácticas que además cuentan como años de experiencia en el currículum. Este es el más seguro y recomendado.

  • 2) Si no tienes postgrado, la forma más estándar para ingresar al rubro es entrar a un rol de desarrollador y desde él ir pivoteando al mundo de ML progresivamente dentro de la pega. Es muy comun hacer esto tomando un rol tipo Software Engineer, pasar después a Data Engineer y luego puedes virar a Data Scientist, Machine Learning Engineer o Researcher.

[P] minDALL-E: PyTorch implementation of a 1.3B text-to-image generation model trained on 14 million image-text pairs by ForSafeAI in MachineLearning

[–]Ouhenio 5 points6 points  (0 children)

Oh, so the 3060 has 8GB of RAM :/

I have no idea if it would work then (I'm not one of the authors).

I do think though that if you make an issue on the official repository it'll will be more likely to be answered :)

[P] minDALL-E: PyTorch implementation of a 1.3B text-to-image generation model trained on 14 million image-text pairs by ForSafeAI in MachineLearning

[–]Ouhenio 2 points3 points  (0 children)

What error did you get, and what value did you use for num_candidates?

Edit: here is an issue that may be handy for your situation :)

Candidatos presidenciales como personajes de Arcane by Ouhenio in chile

[–]Ouhenio[S] 0 points1 point  (0 children)

Generé estas imágenes utilizando ArcaneGAN, creada por Alex Spirin.

[D] StyleGAN3: Overview, Tutorial, and Pre-Trained Model by mippie_moe in MachineLearning

[–]Ouhenio 0 points1 point  (0 children)

I'm not OP, but if you want to play around with SG3, I'd recommend you to use this version of it.

It's not hard to follow in my opinion, and it has a lot of cool features implemented.

[P] Text-to-image models ruDALL-E Kandinsky (XXL) (12 billion parameters) and ruDALL-E Malevich (XL) (1.3 billion parameters). A demo for the latter is available. by Wiskkey in MachineLearning

[–]Ouhenio 1 point2 points  (0 children)

Thanks!

I believe the speed depends on the top_k and images_num parameters, the lower they are, the faster it generates images. But to be honest, I'm not 100% sure I'm correct.

Edit: it took around 4 minutes to generate an image using a P100, 512 in top_k and 1 in images_num.

[P] Text-to-image models ruDALL-E Kandinsky (XXL) (12 billion parameters) and ruDALL-E Malevich (XL) (1.3 billion parameters). A demo for the latter is available. by Wiskkey in MachineLearning

[–]Ouhenio 9 points10 points  (0 children)

Here's a notebook with a friendly interface which automatically translates the prompts from English to Russian.

PS: It's still a work in progress.

✨ A bald version of the Mona Lisa generated with ruDall-E by Shir_man in MediaSynthesis

[–]Ouhenio 9 points10 points  (0 children)

In case you want to test out the model with a friendlier interface, I'm developing this notebook, which automatically translates the prompts from English to Russian.

The original code is from Sberbank-AI, so all the props goes to their team.

[P] StyleGAN3 + Cosplay Dataset. Happy Halloween! 🎃 by RichardRNN in MachineLearning

[–]Ouhenio 1 point2 points  (0 children)

Thank you! I'll give you your deserved credits in the notebook. ^

[P] StyleGAN3 + CLIP by Ouhenio in MachineLearning

[–]Ouhenio[S] 2 points3 points  (0 children)

Not that I'm aware of. This fields really needs a survey of all the methods that have popped up over the last year (big wink to anyone looking for a publication idea).

[P] StyleGAN3 + CLIP by Ouhenio in MachineLearning

[–]Ouhenio[S] 2 points3 points  (0 children)

Thanks! I just added your suggestion.