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

Why the loss appear in negative sign.?? on MAPNET #21

Closed
DRAhmadFaraz opened this issue Aug 1, 2019 · 5 comments
Closed

Why the loss appear in negative sign.?? on MAPNET #21

DRAhmadFaraz opened this issue Aug 1, 2019 · 5 comments

Comments

@DRAhmadFaraz
Copy link

@samarth-robo, as you can see in this screenshot, The loss turn into negative sign.? what is it mean.? when I try to train MAPNET on my GPU Nvidia RTX2080ti with these parameters as below

n_epochs = 300
batch_size = 20
do_val = yes
seed = 7
shuffle = yes
num_workers = 5
snapshot = 50
val_freq = 50
max_grad_norm = 0

Screenshot from 2019-08-01 16-55-29

@samarth-robo
Copy link
Contributor

samarth-robo commented Aug 1, 2019 via email

@DRAhmadFaraz
Copy link
Author

@samarth-robo Thanx for replying, I have one more question.

How many layers are there in mapnet Neural Network.? Can we change the layers? if Yes, How.?
?

@samarth-robo
Copy link
Contributor

samarth-robo commented Aug 6, 2019 via email

@DRAhmadFaraz
Copy link
Author

@samarth-robo Sir I didnt get the "Models.py" file in your repository.

I only got Models/Posenet.py file and there no network is defined.

Regards

@samarth-robo
Copy link
Contributor

Sorry, I meant models/posenet.py. The PoseNet class takes a feature_extractor as input, which acts as the "backbone" CNN. If you look at Line 76 of scripts/train.py, feature_extractor is set to resnet-34.

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