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



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



