An open API service indexing awesome lists of open source software.

https://github.com/pbizopoulos/sparsely-activated-networks


https://github.com/pbizopoulos/sparsely-activated-networks

arxiv neural-networks paper pytorch sparse-activation-functions sparsely-activated-networks tnnls

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# Sparsely activated networks
xdg-open https://arxiv.org/abs/1907.06592
xdg-open https://ieeexplore.ieee.org/abstract/document/9072295/

# Run Deployed Requirements
# Any Web Browser

# Run Deployed
xdg-open https://pbizopoulos.github.io/sparsely-activated-networks/

# Deploy Requirements
# POSIX Shell & Utilities
# Git
# Nix
xdg-open https://github.com/pbizopoulos/sparsely-activated-networks/settings/pages
# In 'Build and deployment', Source choose GitHub Actions.

# Deploy
# Done automatically after each git push

# Run Locally Requirements
# POSIX Shell & Utilities
# Git
# Nix
# Any PDF viewer
git clone [email protected]:pbizopoulos/sparsely-activated-networks ~/github.com/pbizopoulos/sparsely-activated-networks

# Run Locally
make -C ~/github.com/pbizopoulos/sparsely-activated-networks/shells/python/
make -C ~/github.com/pbizopoulos/sparsely-activated-networks/shells/latex/ && xdg-open ~/github.com/pbizopoulos/sparsely-activated-networks/shells/latex/tmp/ms.pdf
make -C ~/github.com/pbizopoulos/sparsely-activated-networks/shells/html/ & xdg-open http://localhost:8080

# Run Debug Locally Requirements
# Run Locally Requirements

# Run Debug Locally
DEBUG=1 make clean check all -C ~/github.com/pbizopoulos/sparsely-activated-networks/shells/python/