Frederico Developer

Results 1 comments of Frederico Developer

### I have managed to fix the error by fixing the main.py (neuralintents source file): Change `from tensorflow.keras.optimizers import SGD` to `from tensorflow.keras.optimizers.legacy import SGD` Change `training = np.array(training)` to...