Skip to content

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