Skip to content

Conversation

MarioCarlosChita
Copy link

Some classes were not being exported in was not possible to add for example Dense class Layer to sequential NeuralNetworks.

@vxern
Copy link
Owner

vxern commented Feb 24, 2025

Thank you for the PR, I'll have a look today when I get a free moment and merge your changes in.

@MarioCarlosChita
Copy link
Author

MarioCarlosChita commented Feb 24, 2025 via email

@vxern
Copy link
Owner

vxern commented Feb 24, 2025

What do you mean by 'Or port'? @MarioCarlosChita

@MarioCarlosChita
Copy link
Author

MarioCarlosChita commented Feb 24, 2025 via email

export 'src/activation.dart';

export 'src/networks/sequential.dart';
export 'src/export.dart';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Instead of having a separate export.dart file per each directory, could we just export everything relevant in lib/synadart.dart?

@@ -0,0 +1,3 @@
export 'network.dart';
export 'sequential.dart';
export 'training/backpropagation.dart';
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please format before submitting.

@vxern
Copy link
Owner

vxern commented Feb 25, 2025

@MarioCarlosChita I'm still not quite sure what you mean, could you write it in your native language?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants