- 博客(3)
- 资源 (1)
- 收藏
- 关注
原创 git上传到gitee的坑
git push $ git push fatal: The current branch dev has no upstream branch. To push the current branch and set the remote as upstream, use git push --set-upstream origin master 改为 git push -u origin master Push failed Enumerating objects: 727, done. D.
2022-03-01 21:59:00
743
1
原创 Pycharm Debugger - Frames Not Available
Pycharm Debugger - Frames Not Available pycharm debug出现Frames Not Available 参考https://stackoverflow.com/questions/34147729/pycharm-debugger-frames-not-available. adding these two environment variables. PYDEVD_USE_CYTHON=NO PYDEVD_USE_FRAME_EVAL=NO ...
2022-02-27 14:25:28
936
原创 小白在MAC上Anaconda安装pytorch
小白在MAC上Anaconda安装pytorch 参考:https://blog.youkuaiyun.com/zxxxiazai/article/details/98044527 https://www.pythonf.cn/read/4429 不知道是不是只有我有这种感觉:自己的破电脑就是人家跟不一样,每次安装什么东西都费老大劲,网上很容易搜到的安装教程就是行不通。。。。 安装正解 1.打开终端创建虚拟环境: conda create -n pytorch python=3.6 但是我没成功,因为提示安装一些包,
2020-08-20 23:01:36
3781
7
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人