本系列课程记录学习Huggingface Transformers的过程,主要参考了官方教程和Natural Language Processing with Transformers: Building Language Applications with Hugging Face。
本系列课程记录学习Huggingface Transformers的过程,主要参考了官方教程和Natural Language Processing with Transformers: Building Language Applications with Hugging Face。
Posted by lili on October 24, 2022
本系列课程记录学习Huggingface Transformers的过程,主要参考了官方教程和Natural Language Processing with Transformers: Building Language Applications with Hugging Face。
Posted by lili on October 24, 2022
本文介绍用Docker、Jupyter notebook和VSCode搭建深度学习开发环境的过程。
Posted by lili on October 19, 2022
本文介绍怎么在Jackson里实现多态类的序列化与反序列化。
Posted by lili on March 21, 2022
本文是Jackson的学习笔记,本系列笔记主要参考了baeldung Jackson JSON Tutorial和A哥学Jackson等文章内容。
Posted by lili on March 17, 2022
Posted by lili on December 9, 2021
本文记录在Ubuntu下设置Strong VPN的过程,仅供参考。本文假设读者的机器不能翻墙,但是需要能访问github,如果不能访问github,可以尝试用ssh协议clone相应的repo,比如我们打不开https://github.com/vpncn/vpncn.github.io,那么可以尝试git clone git@github.com:vpncn/vpncn.github.io.git。
Posted by lili on October 14, 2021
微信公众号爬虫v1.2实现了订阅号的抓取,但是没有实现服务号的抓取,原因是服务号的页面无法通过pywinauto得到页面的信息,从而无法模拟人的操作点击文章。本文通过视觉的页面分析,让爬虫模拟人类分析出文章的位置,从而实现服务号抓取。
Posted by lili on September 9, 2021
本文介绍Python函数相关的进阶知识。
Posted by lili on June 9, 2021
本文介绍Python函数相关的进阶知识。
Posted by lili on June 8, 2021