Skip to content

Instantly share code, notes, and snippets.

View fangzhou-xie's full-sized avatar

Fangzhou Xie fangzhou-xie

View GitHub Profile
@denguir
denguir / cuda_install.md
Last active November 15, 2024 20:13
Installation procedure for CUDA / cuDNN / TensorRT

How to install CUDA / cuDNN / TensorRT on Ubuntu

Install NVIDIA drivers

Update & upgrade

sudo apt update && sudo apt upgrade

Remove previous NVIDIA installation

@Puriney
Puriney / RNN.cpp
Last active April 17, 2022 22:36
RNN to learn binary addition implemented in Rcpp
//
// Yun Yan
//
// [[Rcpp::plugins(cpp11)]]
#include <bitset>
#include <unordered_set>
#include <RcppArmadillo.h>
// [[Rcpp::depends(RcppArmadillo)]]
// #include <RcppEigen.h>