Skip to content

Commit

Permalink
Updating readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jloveric committed May 29, 2024
1 parent 8528be8 commit d614532
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ Applying to random noise produces
![Random Noise]()

# Associative Dictionary
This approach currently does not work so I'll need to think about it for a while, but it
does run!
This is an attempt to store more than one image in a network based on text embedding and associated image. In principle it could also be a generative model if you ask for something not in the dictionary, but we'll see what happens. I'm using the [Pick-a-Pic](https://stability.ai/research/pick-a-pic) so you'll need to download those parquet files - the idea here is not (yet) to train on an enormous dataset but maybe use 10s to 100s of images.
```
python3 examples/text_to_image.py batch_size=2000 optimizer=sparse_lion max_epochs=10
Expand Down

0 comments on commit d614532

Please sign in to comment.