Skip to content
This repository has been archived by the owner on Jul 5, 2021. It is now read-only.

question about frontend models #227

Open
mill-git opened this issue Jan 15, 2020 · 3 comments
Open

question about frontend models #227

mill-git opened this issue Jan 15, 2020 · 3 comments

Comments

@mill-git
Copy link

im new to this field .
In this repo, there are frontend models.
if i use them, am i doing fine-tuning ? or transfer learning?
for example, if i use ResNet101 as frontend and u-net as model, am i doing transfer learning from ResNet101 to U-net ?
Sorry to ask such a basic question.

@mojoee
Copy link

mojoee commented Apr 8, 2020

The frontend is just to extract the features from the image. The model itself will give the prediction by feeding in those extracted features

@ramdhan1989
Copy link

@mojoee can we use others such as VGG or EfficientNet from keras application as the front end ?

@mojoee
Copy link

mojoee commented Jul 10, 2020

well that's fine, but makes it complicated because you need to make sure to transform your tensor from keras to the tensorflow format. I would say, it's better to stay with tensorflow.

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

No branches or pull requests

3 participants