Skip to content

Commit

Permalink
- reformatting and cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
egeozsoy committed Jul 31, 2019
1 parent 8762fd5 commit 12c7eed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
paths.py
paths
*cached_/*
*cached_*/*
models/*
.idea/*
Test_Data/*
__pycache__/*
9 changes: 0 additions & 9 deletions export_to_coreml.py

This file was deleted.

3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@ torch
torchvision
fastai
matplotlib
scikit-learn
onnx-coreml
scikit-learn
1 change: 1 addition & 0 deletions utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ def load_images_labels():

return image_files, labels


# Currently used
class BensProcessing(object):
'''
Expand Down

0 comments on commit 12c7eed

Please sign in to comment.