IntelLabs / coach

Reinforcement Learning Coach by Intel AI Lab enables easy experimentation with state of the art Reinforcement Learning algorithms
https://intellabs.github.io/coach/
Apache License 2.0
2.33k stars 461 forks source link

What would be the best way to use a pre-trained autoencoder as an image input embedder? #446

Open Kurtoid opened 4 years ago

Kurtoid commented 4 years ago

I already have the structure and weights for an image autoencoder. Should I do this as a InputFilter or a Input Embedder? How should I go about doing this?