I am trying to build a neural network model with one hidden layer (1024 nodes). The hidden layer is nothing but a relu unit. I am also processing the input data in batches o
If you use django server, just runserver with --nothreading for example:
--nothreading
python manage.py runserver --nothreading