Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Илья Петрованов
model stealing
Commits
8cdfc671
Commit
8cdfc671
authored
2 months ago
by
Ilya Petrovanov
Browse files
Options
Download
Patches
Plain Diff
solve task 5
parent
304938a5
Changes
16
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
16 changed files
.dockerignore
+6
-0
.dockerignore
.gitignore
+179
-0
.gitignore
.idea/.gitignore
+8
-0
.idea/.gitignore
.idea/inspectionProfiles/profiles_settings.xml
+6
-0
.idea/inspectionProfiles/profiles_settings.xml
.idea/misc.xml
+7
-0
.idea/misc.xml
.idea/model_stealing.iml
+14
-0
.idea/model_stealing.iml
.idea/modules.xml
+8
-0
.idea/modules.xml
README.md
+34
-82
README.md
app.py
+61
-0
app.py
docker-compose.yml
+9
-0
docker-compose.yml
dockerfile
+7
-0
dockerfile
model/model.pkl
+0
-0
model/model.pkl
model_stealing.ipynb
+495
-0
model_stealing.ipynb
requirements.txt
+28
-0
requirements.txt
src/config.py
+13
-0
src/config.py
src/module.py
+55
-0
src/module.py
with
930 additions
and
82 deletions
+930
-82
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment