Read more on https://mateosss.github.io/nnet
pip install -r requirements.txt
python setup.py build_ext --inplace
export OMP_PLACES=cores OMP_PROC_BIND=close CC=gcc-10 OMP_NUM_THREADS=4
python main.py
pytest -s
Read more on https://mateosss.github.io/nnet
pip install -r requirements.txt
python setup.py build_ext --inplace
export OMP_PLACES=cores OMP_PROC_BIND=close CC=gcc-10 OMP_NUM_THREADS=4
python main.py
pytest -s