issues
search
Francesco215
/
Language_CA
Algorithm that generates text in a way inspired by morphogenesis
9
stars
3
forks
source link
Apply the persistant training schema form NCAs
#20
Open
Francesco215
opened
1 year ago
Francesco215
commented
1 year ago
This is similar to what is done in the
neural CA paper
To do:
[x] Define a pool of seed states to start the iterations from, initially filled with the single black pixel seed state.
[x] Sample a batch from the pool for use in the training step.
[x] Replace one sample in this batch with the original, single-pixel seed state to prevent the equivalent of "catastrophic forgetting".
[x] Conclude the training step.
[x] Replace samples in the pool that were sampled for the batch with the output states from the training step over this batch.
This is similar to what is done in the neural CA paper
To do: