Giter Site home page Giter Site logo

maxusun.github.io's Introduction

WeChat

MaXu's github stats

maxusun.github.io's People

Contributors

maxusun avatar

Watchers

 avatar

maxusun.github.io's Issues

接下来的计划 | 莫等

https://maxusun.github.io/2021/11/21/%E6%8E%A5%E4%B8%8B%E6%9D%A5%E7%9A%84%E8%AE%A1%E5%88%92/

科研的道路就告一段落了,接下来要面向工作学习了。下面是在春节之前,自己的安排。在这个阶段更注重基础知识的学习,主要包括学习c++、算法刷题、python进阶、机器学习基础和深度学习基础。 日期阶段 任务 11.21-12.15 c++入门,算法竞赛进阶指南基础部分 12.16-1.15 c++标准库,算法竞赛进阶指南进阶部分 1.16-1.26 二刷统计机器学习方法 希望能

随笔1-火焰会熄灭 | 莫等

https://maxusun.github.io/2022/03/17/essay/%E9%9A%8F%E7%AC%941-%E7%81%AB%E7%84%B0%E4%BC%9A%E7%86%84%E7%81%AD/

大海会干涸,火焰会熄灭,少年的心会被戳的满目苍夷,美丽的少女,你为何哭泣?远方游吟的诗人,你为何低语?为那麻木的心?为那脸颊上的泪?为那错开的脚步?为那渐行渐远的背影?游吟的诗人微微摇头,我为那世间最美好遗憾的事情,“何事?”“曾经拥有”

'TypeError: Object of type 'xxx' is not JSON serializable'解决方法 | 莫等

https://maxusun.github.io/2021/04/11/errors/TypeError-Object-of-type-xxx-is-not-JSON-serializable-%E8%A7%A3%E5%86%B3%E6%96%B9%E6%B3%95/

报错原因json在使用json.dumps()存储字典的时候,如果遇到json无法编码的类型时会报错。我们打开json的源码,找到 encoder.py --> _make_iterencode() -->_iterencode(),如下: 我们可以发现json能够处理的类型有str,None,True,False,int,float,list,tuple,dict。其他的类型,会调用

解决Anaconda安装pytorch慢的问题 | 莫等

https://maxusun.github.io/2020/11/29/errors/%E8%A7%A3%E5%86%B3Anaconda%E5%AE%89%E8%A3%85pytorch%E6%85%A2%E7%9A%84%E9%97%AE%E9%A2%98/

问题在使用pytorch官网的指令安装pytorch时,发现安装的速度很慢,官网的安装指令如下(以1.1.0为例): 1conda install pytorch==1.1.0 torchvision==0.3.0 cudatoolkit=10.0 -c pytorch 解决方案这是因为下载的时候使用的是pytorch官网的源,我们修改源就行了(这里使用的清华源)。执行下面代码修改源: 1234

Anaconda介绍、安装以及使用教程 | 莫等

https://maxusun.github.io/2020/09/16/others/Anaconda%E4%BB%8B%E7%BB%8D%E3%80%81%E5%AE%89%E8%A3%85%E4%BB%A5%E5%8F%8A%E4%BD%BF%E7%94%A8%E6%95%99%E7%A8%8B/

Anaconda 简单介绍相信大家平时都遇到过这种情况:从网上下载python项目的环境各不相同,有python2.7,python3.6等等,自己在电脑上下载各种不同版本的python,自己每次更改维护每个python环境很费事。这时候就需要用到Anaconda了。Anaconda就是可以便捷获取包且对包能够进行管理,同时对环境可以统一管理的发行版本。同时对环境可以统一管理的发行版本。 安装wi

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.