LearnPython


环境

在vscode中让python在虚拟环境中可以自动补全,通过command palette里的python来创建虚拟环境可以自动补全。

source .venv/bin/activate

keras

keras可以单独安装和使用。