You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ We recommend using distinct output directories for every training run.
64
64
Regarding other optional arguments, run `python scripts/transferable.py -h` for more information.
65
65
66
66
**Note**: Checkpoints are stored using `pickle`. This means that opening a checkpoint from an untrusted source is a major security risk. Only ever open checkpoint files from trusted sources. To prevent reading untrusted pickle files, checkpoint reading is disabled by default and can be
67
-
re-enabled by settings the environment variable `ORBFORMER_PICKLE_LOADING=1`.
67
+
re-enabled by setting the environment variable `ORBFORMER_PICKLE_LOADING=1`.
0 commit comments