How do I make my models anonymous #15191
Unanswered
Jimbo994
asked this question in
Lightning Trainer API: Trainer, LightningModule, LightningDataModule
Replies: 1 comment 1 reply
-
I don't think modifying binary files directly works as you've seen already. Instead, loading your ckpt file with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am submitting my code and trained models as supplementary information to a journal that uses double-blind reviewing.
When searching for my name, I found that my models (.ckpt files) contain paths that contain my name several times...
See an example below:
Just to be sure, I like these paths to be anonymized by replacing anything related to my name by xxx.
I tried doing this using the sed Linux command, but unfortunately, this corrupts the files and PyTorch Lightning cannot open them anymore.
I also tried some load and save methods from Pytorch with no success. Does anyone know how to fix this?
Kind regards,
JB
Beta Was this translation helpful? Give feedback.
All reactions