Steps to create a postgres database and deply a Python app to Heroku
pipenv install gunicorn
or
pip install gunicorn
| import torch | |
| import torch.nn as nn | |
| import torch.nn.functional as F | |
| from urban_base_model_cnn import UrbanSoundBase | |
| class CNNModel_4Layers(UrbanSoundBase): | |
| """ | |
| Model : 2 CNN Layers, 2NN Layers | |
| Layer Size : 16, 64, _256, _10 |