You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The NNTSerde struct makes it easier to write because of the derive macro, but it is also a lot slower than just converting directly from the neural network topology.
The text was updated successfully, but these errors were encountered:
The best solution for this would be to fix the Arc<RwLock> spam, although this may introduce a ton of complexity in the diversity between with and without the rayon feature
The
NNTSerde
struct makes it easier to write because of the derive macro, but it is also a lot slower than just converting directly from the neural network topology.The text was updated successfully, but these errors were encountered: