https://github.com/gokumohandas/selu
🤖 Implementation of Self Normalizing Networks (SNN) in PyTorch.
https://github.com/gokumohandas/selu
machine-learning pytorch selu
Last synced: about 1 month ago
JSON representation
🤖 Implementation of Self Normalizing Networks (SNN) in PyTorch.
- Host: GitHub
- URL: https://github.com/gokumohandas/selu
- Owner: GokuMohandas
- Created: 2017-06-17T00:15:06.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-19T23:01:15.000Z (almost 8 years ago)
- Last Synced: 2025-03-31T12:05:23.999Z (3 months ago)
- Topics: machine-learning, pytorch, selu
- Language: Jupyter Notebook
- Homepage:
- Size: 573 KB
- Stars: 12
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SELU
#### OSX:
```bash
virtualenv -p python3.6 venv
source venv/bin/activate
pip install numpy==1.12.1
pip install requests==2.13.0
pip install -r requirements.txt
pip install http://download.pytorch.org/whl/torch-0.1.11.post5-cp36-cp36m-macosx_10_7_x86_64.whl
pip install torchvision
```### Set Up Crayon (Port: 8888) - https://github.com/torrvision/crayon
```bash
cd server
docker build -t crayon:latest -f Dockerfile .
docker run -d -p 8888:8888 -p 8889:8889 --name crayon crayonGo to locahost:8888 for Tensorboard.
```