Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Mira Arabi Haddad
DL Mini Projects Group M
Commits
35f3e7b2
Commit
35f3e7b2
authored
Dec 16, 2021
by
Mira Arabi Haddad
Browse files
GROUPWORK_remove unused parameters
parent
5ae15a79
Changes
1
Hide whitespace changes
Inline
Side-by-side
p2/net.py
View file @
35f3e7b2
...
...
@@ -4,7 +4,7 @@ import modules as n
## Generic class to build a network with the list of modules
class
Network
():
def
__init__
(
self
,
mods
,
input_size
,
output_size
,
hidden
)
->
None
:
def
__init__
(
self
,
mods
)
->
None
:
self
.
mods
=
mods
# forward
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment