'Training CNN model; NotImplementedError: Cannot convert a symbolic Tensor
while training a CNN model, I am getting the error:
NotImplementedError: Cannot convert a symbolic Tensor (class_loss_cls/strided_slice:0) to a numpy array. This error may indicate that you're trying to pass a Tensor to a NumPy call, which is not supported.
On using the suggested solution for the above error, I installed numpy version 1.19.5, but that messes up my other libraries and that forces me to reinstall some other libraries which change numpy version again. Is there any other solution that lets me keep the latest versions and I can still get around this error.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
