Open IemProg opened 5 months ago
Thanks for your attention to our work.
train_own_forget.py
is for single-step forgetting and train_own_forget_cl.py
is for continual forgetting. But you can use train_own_forget_cl.py
to conduct single-step forgetting. We use train_own_forget.py
to conduct more ablation studies in single-step forgetting. If you do not want to see the details of the ablation study, just use train_own_forget_cl.py
.
Hi @bjzhb666 ,
Thanks a lot for releasing the code.
I have been closely studying your implementation and have a couple of questions that I hope you can help clarify:
Difference between
train_own_forget_cl.py
andtrain_own_forget.py
: I noticed that there are two seemingly similar scripts in the repository:train_own_forget_cl.py
andtrain_own_forget.py
. Could you please elaborate on the specific differences between these two files? It would be helpful to understand their distinct purposes and when each script should be used.Reproducing Object Recognition Results with DETR: I am particularly interested in reproducing the object recognition results you achieved using DETR. Could you provide more detailed instructions or a guide on how to set up and execute the code for this task?
Loss function: Why do you freeze the loss function parameters ?
Thank you once again for your impressive work and for any assistance you can provide.