Tensorflow: Cannot interpret feed_dict key as Tensor

前端 未结 7 1047
清歌不尽
清歌不尽 2020-12-08 14:27

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

7条回答
  •  独厮守ぢ
    2020-12-08 15:14

    If you use django server, just runserver with --nothreading for example:

    python manage.py runserver --nothreading  
    

提交回复
热议问题