Skip to content

Commit

Permalink
removed print message
Browse files Browse the repository at this point in the history
  • Loading branch information
BowenD-UCB committed Oct 7, 2023
1 parent 1a558ea commit 38a5cc4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions chgnet/model/layers.py
Original file line number Diff line number Diff line change
Expand Up @@ -250,11 +250,9 @@ def forward(
new_bond_feas = aggregate(
bond_update, bond_graph[:, 1], average=False, num_owner=len(bond_feas)
)
print("before mlp", new_bond_feas)
# New bond features
if self.use_mlp_out:
new_bond_feas = self.mlp_out(new_bond_feas)
print("after", new_bond_feas)
if self.resnet:
new_bond_feas += bond_feas

Expand Down

0 comments on commit 38a5cc4

Please sign in to comment.