diff --git a/beginner_source/saving_loading_models.py b/beginner_source/saving_loading_models.py index d09f9ca449..0ffbce5046 100644 --- a/beginner_source/saving_loading_models.py +++ b/beginner_source/saving_loading_models.py @@ -18,7 +18,7 @@ objects can be saved using this function. 2) `torch.load `__: - Uses `pickle `__\ ’s + Uses `pickle `__ 's unpickling facilities to deserialize pickled object files to memory. This function also facilitates the device to load the data into (see `Saving & Loading Model Across