cnn.fit(x = training_set, validation_data = test_set, epochs = 8)
why I’m getting this following warning ? I have taken 8 epochs it run perfectly for 7 epochs but after 7 epochs continuously getting this warning so many times and at some time it stuck it will not run further why? can anyone please help me here to solve this issue? this is for multiclass image classification
1044/1354 [======================>…] - ETA: 13:42 - loss: 0.0411 - accuracy: 0.9876
- Exception in callback BaseSelectorEventLoop._read_from_self()
- handle: <Handle BaseSelectorEventLoop._read_from_self()>
- Traceback (most recent call last):
- File “C:\Users\AMIT\anaconda3\lib\asyncio\events.py”, line 81, in _run
- self._context.run(self._callback, *self._args)
- File “C:\Users\AMIT\anaconda3\lib\asyncio\selector_events.py”, line 120, in _read_from_self
- data = self._ssock.recv(4096)
- ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host