rmorain / ridley

Knowledge integration demonstrated using riddle generation
MIT License
1 stars 0 forks source link

Style Transfer for riddle generation #7

Open rmorain opened 1 year ago

rmorain commented 1 year ago

Reread style gan and look for similarities between their approach and generating with a transformer. Multiplying intermediate representations.

Estimated time: 4 hours

rmorain commented 1 year ago

Need to ask Dr. Ventura about clarification about how the gradients update the image.

rmorain commented 1 year ago

This can be done by requiring a gradient for the input embeddings, and stepping the optimizer on the input instead of the model.