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

i made a reimplement with tensorflow2 #127

Open
YuhangJi opened this issue Dec 24, 2021 · 3 comments
Open

i made a reimplement with tensorflow2 #127

YuhangJi opened this issue Dec 24, 2021 · 3 comments

Comments

@YuhangJi
Copy link

i made a reimplement with tensorflow2, but it is not very well. In MIT dataset, the model loss value just decline to 2.3.

@varungupta31
Copy link

Hey @YuhangJi,
I'm tring to train the FCN on my custom dataset, in which I have only 2 classes (background + object).
Can you guide me with how to manipulate the code to achieve this?

TIA

@YuhangJi
Copy link
Author

YuhangJi commented Mar 16, 2022

i made a reimplement with tensorflow2, but it is not very well. In MIT dataset, the model loss value just decline to 2.3.

This issue is caused by the absence of a softmax function when training a model.

@YuhangJi
Copy link
Author

YuhangJi commented Mar 16, 2022

Hey @YuhangJi, I'm tring to train the FCN on my custom dataset, in which I have only 2 classes (background + object). Can you guide me with how to manipulate the code to achieve this?

TIA

No problem.
@varungupta31

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

2 participants