本文参考
我们接下来根据这个教程进行:OVMF · tianocore/tianocore.github.io Wiki
使用 WSL2+VSCode 的组合进行开发,方便快捷
教程参考官方 Github 仓库 Wiki:Common instructions · tianocore/tianocore.github.io Wiki
因为我要准备EDK2
的开发环境,但是我不想污染自己之前在用的 WSL 发行版
我在安装Docker
之后发现 WSL 多出了两个发行版本docker-desktop
和docker-desktop-data
。这个我是知道为什么的,因为 Windows 上的 Docker 其实只是套壳,本质上还是用 Linux 版本的 Docker 进行工作的。不过重点不是这个,重要的是这个说明 WSL 可以安装多个 Linux distro
我第一反应是去 MSDN 看一下,搜multi distro
,果然有对应的文档:Import any Linux distribution to use with WSL | Microsoft Docs
接下来围绕文档进行说明和操作
在你使用Hexo
等基于Markdown
的静态博客生成系统时,工具为你所生成的 md 文件开头通常会有一个符合YAML
语法的代码段
比如我现在正在写的这篇文章,它的开头是这样的:
1 | --- |
这就是 Front matter,它可以为 Markdown 文件提供一些基本的信息
使用 StyleGAN2-ADA
模型对动漫《Re:从零开始的异世界生活》中的角色蕾姆
进行训练后,在此基础上使用游戏《原神》中的角色甘雨
脸部数据集进行训练
由于两个角色的面部特征较为相似,所以相对于使用大量动漫面部数据集训练出的模型,进行迁移学习应该会更快的收敛,并产生较好的结果
以获得更好的体验
1 | npm install -g yarn |
也许后面你需要对~/.yarnrc
添加以下内容,以方便进行 Electron
的安装
1 | ELECTRON_BUILDER_BINARIES_MIRROR "http://npm.taobao.org/mirrors/electron-builder-binaries/" |
1 | case ' ': |
Begin by restarting qemu and gdb, and set a break-point at 0x7c00, the start of the boot block (bootasm.S). Single step through the instructions (type si
at the gdb prompt). Where in bootasm.S is the stack pointer initialized? (Single step until you see an instruction that moves a value into %esp
, the register for the stack pointer.)
Update your browser to view this website correctly.&npsb;Update my browser now