UltimateGPower
UltimateGPower t1_iwx4cie wrote
Reply to [D] My embarrassing trouble with inverting a GAN generator. Do GAN questions still get answered? ;-) by _Ruffy_
What about a VAE-GAN? It couples a VAE (encoder-decoder) network with a GAN by sharing weights between the generator and decoder. This way you can you use the encoder to obtain the latent variable of interest.
UltimateGPower t1_is6adxb wrote
Why is it necessary for multiple heads? What this proof shows is that it is enough to transform either the keys or queries.
UltimateGPower t1_j4snmvi wrote
Reply to comment by SnooWords6686 in [P] featureimpact: A Python package for estimating the impact of features on ML models by cblume
It's
pip install scikit-learn
. sklearn was just a shadow package that has been deprecated.