Ali Mirzaei

Results 5 comments of Ali Mirzaei

You can use encoder.predict to map input to latent space: obj = AAE() obj.train(...) L = obj.encoder.predict(X) Dimention of L is low.

Hi, I used the matlab implementation and in python I just load the result. On 21 Jun 2019 03:16, "Joshua Levy" wrote: > Hey I'm just curious. What code did...

ConfigManager works but QSettingManager does not work :)

Handler does not work. I change the textbox but the value of config does not change. When I change QSettingManager to ConfigManager, It works properly.

I built it in linux successfully.