In `#creating of the neuralnetwork and the symbolized one arch = GSympNet(2; nhidden = 4, width = 10, allow_fast_activation = false) sympnet = NeuralNetwork(arch, Float64) ssympnet = symbolize(sympnet, 2)` gives the following method error on `allow_fast_activation = false`: 