花费 14 ms
matplotlib中的plt.ion()和plt.ioff()函数

转自https://blog.csdn.net/yzy__zju/article/details/85008603 Matplotlib的显示模式默认为阻塞(block)模式,因此若想动态显示图像 ...

Tue Dec 25 18:45:00 CST 2018 0 2981
torch.linspace,unsqueeze()以及squeeze()函数

1.torch.linspace(start,end,steps=100,dtype) 作用是返回一个一维的tensor(张量),其中dtype是返回的数据类型。 输出结果为:ten ...

Tue Dec 25 17:58:00 CST 2018 0 1482
RNN和LSTM

一、RNN 全称为Recurrent Neural Network,意为循环神经网络,用于处理序列数据。 序列数据是指在不同时间点上收集到的数据,反映了某一事物、现象等随时间的变化 ...

Fri Dec 28 05:08:00 CST 2018 0 851
torch学习笔记1--Ubuntu安装torch

机器学习主流的框架有caffe,torch,TensorFlow,Lasagne,在不同需求下甚至可能需要全部都学习一遍。 由于自己需要完成一个复杂的模型,TensorFlow开源不完全,caffe ...

Wed Mar 01 21:57:00 CST 2017 1 1239

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM