liuliu / swift-diffusion

BSD 3-Clause "New" or "Revised" License
423 stars 33 forks source link

Where is the example to generate the ckpt file? #29

Closed ghost closed 1 year ago

ghost commented 1 year ago

@liuliu i want to not use the sqllite file, but i have the weights in memroy, how do i set the weights of the model, if i already have the weights in the memory?

liuliu commented 1 year ago

In examples/unet/main.swift has an example.