projects/variational_image_compression/lightning/_mean_scale_hyperprior_autoencoder.py [68:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                + "_"
                + "vimeo_90k"
                + "_"
                + "mse"
                + "_"
                + str(network_channels)
                + "_"
                + str(compression_channels)
                + "_"
                + str(distortion_trade_off).replace(".", "_")
                + ".pth"
            )

            state_dict = torch.hub.load_state_dict_from_url(url)

            self.network.load_state_dict(state_dict)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



projects/variational_image_compression/lightning/_scale_hyperprior_autoencoder.py [68:83]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                + "_"
                + "vimeo_90k"
                + "_"
                + "mse"
                + "_"
                + str(network_channels)
                + "_"
                + str(compression_channels)
                + "_"
                + str(distortion_trade_off).replace(".", "_")
                + ".pth"
            )

            state_dict = torch.hub.load_state_dict_from_url(url)

            self.network.load_state_dict(state_dict)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



