DeepTrackAI / deeplay

Other
4 stars 5 forks source link

Fix bug in mlps #86

Closed JesusPinedaC closed 6 months ago

JesusPinedaC commented 6 months ago

This pull request fixes the bug that occurs when initializing an MLP with no input and hidden features, i.e.,

mlp = dl.MultiLayerPerceptron(None, [], 1)