-
Notifications
You must be signed in to change notification settings - Fork 0
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
num_classes.txt not found #1
Comments
same goes for the I guess it needs the configuration values for tensorflow, but want to know which values you've used. |
Oh wow, didn't anticipate that this repo would ever see any interest, but glad to help as much as I can. It's been a while since I've touched this project (and last I did, it was rushed, so there are definitely some poor design choices in here -- bear with me).
I believe there are 15 genres, so Let me know if that helps you along! Sadly, I just last week deleted all my local files for this repo, or else I'd be able to hand off more to you. |
In regards to your Docker issue, I image that stems from my poor foresight in not locking the Dockerfile to a particular version of Tensorflow, which has had many updates since I created this repo. Checking the GCR for Tensorflow, I imagine I was using version 0.9.0, linked here: https://console.cloud.google.com/gcr/images/tensorflow/GLOBAL/tensorflow@sha256:1e4ccc1a590cd52c6bfda6ee9f6ae7c2da8ef80e67e744532d1d5010cd92e9b2/details/info. You might try modifying the Dockerfile to use that version |
Ah, just kidding! I have a link to the docs for Tensorflow 0.10.0 in the |
Ok will try with that specific version. Yea it also amazes me that this repo doesn't have a lot of activity. |
Sounds fun! Best of luck. This repo was my first stab at ML, so do keep in mind that I'm sure there are amateurish and incorrect parts throughout, but I hope it serves useful as a reference |
I'm trying to run this (using docker) and ran into some small issues but was able to fix those myself.
for example tables module was missing, so I added that to the Dockerfile (will submit a PR for it later)
RUN pip --no-cache-dir install sqlalchemy pyyaml spotipy tables
But now i'm running into the next issue which is the missing
num_classes.txt
I wanted to use the pretrained model, so copied that to the data/out but when running the
classify
it throws this error:Not sure what that file should contain? or how it can be generated.
The text was updated successfully, but these errors were encountered: