Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

I'm trying to understand the code #44

Open
isagastiberri opened this issue Jan 8, 2020 · 0 comments
Open

I'm trying to understand the code #44

isagastiberri opened this issue Jan 8, 2020 · 0 comments

Comments

@isagastiberri
Copy link

isagastiberri commented Jan 8, 2020

Hello!
First of all thanks for uploading the code of the project. I'm trying to understand the code while reading the paper and I have two questions.

1- In the line bellow, you add the layer from the extension network to sources if the index%6 = 3. From what I understand, sources is a list with the nine layers you keep for the dimensionality reduction but in the paper you are keeping layers with index%6 = 5. Why is there this index difference?

if k % 6 == 3: #done: should select the output of BatchNormalization (-> k%6==2)

2- When training in train_mot17 you have two variables net and sst_net. It seems like you are using net for training and sst_net for saving and loading the model. What is the reason for that?

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

1 participant