摘要:
在运行 docker info 命令时遇到如下警告: WARNING: Plugin "/Users/user/.docker/cli-plugins/docker-debug" is not valid: failed to fetch metadata: fork/exec /Users/use 阅读全文
摘要:
ISO 8601 ISO 8601 是大多数讨论时区时使用的标准。 UTC(Coordinated Universal Time,协调世界时),也称 GMT(Greenwich Mean Time,格林尼治标准时间)。两者的准确定义有区别,不过一般可以当做同一回事。 中国常用时区:(UTC+08:0 阅读全文
摘要:
Times New Roman 系 TeX Gyre Termes Math TeX Gyre 是由波兰 GUST(TeX Users Group)发起的字体项目,目标是为 TeX 社区提供高质量的开源字体。 TeX Gyre 家族: TeX Gyre Termes:基于 Times New Rom 阅读全文
摘要:
def download_pretrained_vae(overwrite=False): download_path = "pretrained_models/vae/kl16.ckpt" if not os.path.exists(download_path) or overwrite: hea 阅读全文