This is an automated archive made by the Lemmit Bot.

The original was posted on /r/machinelearning by /u/Yelbuzz on 2024-09-02 23:07:29+00:00.


Image Fed To Trained Autoencoder

Decoder Output Image, with somewhat detailed furnace flames!

Implementation Here:

This only implemented the unsupervised masking and autoencoding/decoding. I originally had plans to do some final classification steps (cows vs pigs vs chickens?) but got lazy and this is certainly the flashier part to show off.

Thank you so much u/fferflo for developing Einx, it makes self attention, handling images in vision transformers, and anything where I have a higher than rank 3 tensors very convenient to handle.