roatienza / Deep-Learning-Experiments

Videos, notes and experiments to understand deep learning
MIT License
1.1k stars 760 forks source link

Feature extraction #7

Closed mab85 closed 6 years ago

mab85 commented 6 years ago

@roatienza how to use this code for own dataset or other dataset like celeba as feature extractor use the discriminator network?

roatienza commented 6 years ago

You can replace the dataset with your own dataset. You have to change the dimensions in the conv to suit your dataset.