Skip to content

Commit 2f709fb

Browse files
committed
Remove prints
1 parent bbfb0b3 commit 2f709fb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,5 @@ dist/*
2222
logs/*
2323
.pytest_cache/*
2424
.vscode/*
25+
.idea
2526
data/*

examples/dosidicus/network.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,4 @@
3737
('input', 'output'): ~torch.tril(torch.ones((5, 5)), diagonal=-1).bool()
3838
}
3939
)
40-
41-
print(network.layers['input'].v)
42-
print(network.layers['output'].v)
4340
print(connection.pipeline[0].value)

0 commit comments

Comments
 (0)