DPDK testpmd - Cannot allocate memory error

摘要: The test application should be build manually with make test... command. What you really want is the testpmd application to work. There are two issues 阅读全文
posted @ 2018-09-30 02:40 Quinn-Yann 阅读(3265) 评论(0) 推荐(0) 编辑

DPDK error: number of ports must be even

摘要: Error: number of ports must be even. Solutions: Unbind from DPDK to local kernel. 阅读全文
posted @ 2018-09-29 09:59 Quinn-Yann 阅读(1955) 评论(0) 推荐(0) 编辑

HPC install software on python virtual environment without root right and use X graph (windows) to display

摘要: 1. Using Python Virtual Environment to install new softwares without root right. Please try to use Python virtualenv to setup and manage Python enviro 阅读全文
posted @ 2018-09-25 11:52 Quinn-Yann 阅读(636) 评论(0) 推荐(0) 编辑

HPC log in and install softwares

摘要: Log in Once you have been approved, you can access HPC from: ssh NYUNetID@prince.hpc.nyu.edu Once logged in, the root should be: /home/NYUNetID, so ru 阅读全文
posted @ 2018-09-25 04:02 Quinn-Yann 阅读(198) 评论(0) 推荐(0) 编辑

SSHFS mount remote file system to local system

摘要: Installing SSHFS On Ubuntu/Debian SSHFS is a Linux based software which has to be installed on your local computer. On Ubuntu and Debian based systems 阅读全文
posted @ 2018-09-25 03:32 Quinn-Yann 阅读(202) 评论(0) 推荐(0) 编辑

powershell 2.0 do not support -notin operator.

摘要: Error: You must provide a value expression on the right-hand side of the '-' operator. The reason is : the -notin operator isn't supported on v2.0 the 阅读全文
posted @ 2018-09-22 00:10 Quinn-Yann 阅读(484) 评论(0) 推荐(0) 编辑

windows run .ps1 scripts (powershell)

摘要: Powershell is installed in window systems in default. run in 'cmd' Solution: running this command before the script also solves the issue: Solution: e 阅读全文
posted @ 2018-09-21 22:11 Quinn-Yann 阅读(398) 评论(0) 推荐(0) 编辑

Beyond Compare 4.x register under Macbook pro

摘要: Download the crack version from: https://www.naodai.org/archives/46.html shift + command + . : (display hidden files and folders) 资源库: library, which 阅读全文
posted @ 2018-09-01 04:40 Quinn-Yann 阅读(181) 评论(0) 推荐(0) 编辑

Pytorch ConvTranspose2d input and output size Infer

摘要: Refer to : https://discuss.pytorch.org/t/inferred-padding-size-for-nn-convtranspose2d/12141 Inferred padding size for nn.ConvTranspose2d The formula f 阅读全文
posted @ 2018-08-18 04:12 Quinn-Yann 阅读(430) 评论(0) 推荐(0) 编辑

Understanding output of lstm

摘要: The common nomenclature is rather: output, (hidden, cell) = lstm(input, (hidden, cell) ) if you are using nn.LSTM, I assum you are stacking more than 阅读全文
posted @ 2018-07-29 22:18 Quinn-Yann 阅读(238) 评论(0) 推荐(0) 编辑