Skip to content

Finish EarlyStopping #1020

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Apr 9, 2023
Merged

Finish EarlyStopping #1020

merged 2 commits into from
Apr 9, 2023

Conversation

Wanglongzhi2001
Copy link
Collaborator

No description provided.

@Oceania2018 Oceania2018 merged commit 14da379 into SciSharp:master Apr 9, 2023
@@ -17,7 +17,7 @@ public interface ILayer: IWithTrackable, IKerasConfigable
List<IVariableV1> TrainableVariables { get; }
List<IVariableV1> TrainableWeights { get; }
List<IVariableV1> NonTrainableWeights { get; }
List<IVariableV1> Weights { get; }
List<IVariableV1> Weights { get; set}
Copy link
Member

Choose a reason for hiding this comment

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

Missing a semicolon in the end ;

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