ajithvcoder/CAAE-Age_Progression_Regression_Pytorch

fixed_noise.p problem

HuangYin0514 opened this issue · 4 comments

where is the file of fixed_noise.p ?

        pickle.dump(fixed_noise,open("fixed_noise.p","wb"))

how do you solve the problem of no definition of "Encoder" @HuangYin0514 @ajithvallabai

the definition of Encoder is written inside CAAE_128_jupyter.ipynb you can create a .py file from that Encoder's definition is solved. But "fixed_noise.p" is unknown that what it contains.. @ajithvallabai explain about "fixed_noise.p", how to create it and what it contains

How to create the fixed_noise.p file and what is it?

@shivanikush @PallaviMadhukar please find the main.py file for proper execution , creating the fixed_noise.p is explained in it