JAVA
Python
SQL
web前端
服务器
pandas
django
其他
Android Studio
友情链接
人工智能
首页
文章归档
默认分类
菜单
JAVA
Python
SQL
web前端
服务器
pandas
django
其他
Android Studio
友情链接
人工智能
首页
文章归档
默认分类
GPFCZ
“学以致用”是技术发展的永恒归宿
归档
2022 年 04 月
Python tips
2022-04-25
默认分类
>>>a = '1'>>>print(a)1>>>b = '1'.zfill(2*4)>>>print(b)00000001
generate gif file from static image
2022-04-21
默认分类
import imageio, os, sysdef png_gif(path): png_lst = os.listdir(path) frames = [] for i in png_lst: frames.append(imageio.imread(path +
pytorch 1
2022-04-21
默认分类
let's use torch to create first neural network: according we input data to trainning model by itself.import torchfrom torch.nn import functionalfrom m
a big problem when you install torch
2022-04-20
默认分类
IssueMaybe after you installed torch, you will found your graphics card can't available on your torch. I guess you must use pip repo or conda repo to
machine learnning - identification verify code image
2022-04-14
默认分类
identify verify code imagemachine learnning - identification verify code image - [opencv to identify string, machine learning to identify what string]
2022 年 03 月
Breakthrough Anxiety
2022-03-19
其他
When you anxie something you don't have to blame to all something that didn't hit mark befor.See the communication who the be called successed people.
Mac M1 Apple Silicon install PyQt5@Python3.9
2022-03-17
默认分类
TRAINSPOTTING
2022-03-13
默认分类
Who said the success has only one type.The succeessed maby have the other type like blck.TRAINSPOTTING.
roof
2022-03-09
默认分类
pretty good snapshot tool: Snipaste
2022-03-02
默认分类
上一页
3 / 15
下一页