Description
Implement the missing critical files to turn the mathematical simulation into a running Neural Network using candle-core and candle-nn.
Tasks
Technical Details
- Use
candle-core and candle-nn.
UNetAdapter should support predict_noise(latent, timestep).
HologramCodec should implement encode (Image -> HoloPacket) and decode (HoloPacket -> Image).