Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 266 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 266 Bytes

Pytorch C++ extension of Quantile Estimation

Build

python setup.py install

Usage

import torch
from qe_cpp import *

mask = qe(acc, q_init, q_step, q) # acc gradient, initial guess, quantile step size, target quantile

Note

need gcc 5.0+