Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipenv File & Unused Imports #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

IanSaucy
Copy link

This PR removes unused imports in the predict module and adds a Pipefile for the entire package that reflects the package versions that where used to train and build the models.

This should help resolve issues such as those described in this ticket here:
#2

In addition, take note of the h5py package version specification in the Pipefile this is due to the following issue: tensorflow/tensorflow#44467

Users can now utilize Pipenv and simply the following commands to start working on the package:

pipenv update
pipenv shell
python [desired_module]

Also of importance is the python version, tensorflow==1.15 does not support python 3.8, hence the pinning of the python version in the Pipefile.

@IanSaucy
Copy link
Author

@poke1024 Let me know if you would like anything else changed! I tested this on my MBP with Mac OS Catalina and on a Windows 10 computer without issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant