Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

What's the difference between fine-tuning vgg16 and create a separated VA model? #11

Open
Yjuun opened this issue Dec 8, 2019 · 0 comments

Comments

@Yjuun
Copy link

Yjuun commented Dec 8, 2019

Hi,

It seems to me there are two ways of building the emotion model:

  1. Extract features as a vector for each image and inputs these training vectors into another model (i.e. neurons in layers: 3000, 1000, 1000) to output a VA score. It's the one you built.
  2. Fine-tuned the VGG16 model by adding fc layers (i.e. 3000, 1000, 1000) and input with training raw images, while output VA score.

I wonder if it is possible to use the second way, and if so, would it achieve the same result as the first method? It just occurs to me that the second method may be easier to set up, am I right?

Thank you!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant