cpuguy96 / StepCOVNet

Deep Learning to Create StepMania SM FIles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

metadata.json is not distributed with pretrained model

D-Vaillant opened this issue · comments

Unfortunately, you can't just use this out of the box since StepCONVNetModel uses the metadata.json file as a necessary step in loading. You can hack some code to get it to load the h5 file directly but then you get this error, which I'm reading as "uh oh, something went very wrong."

ValueError: No model config found in the file at <tensorflow.python.platform.gfile.GFile object at 0x285687410>.

Currently using Tensorflow 2.13.1 on an M2 Macbook Air.

Currently using Tensorflow 2.13.1 on an M2 Macbook Air.

Try dropping down to Tensorflow 2.10.1, and make sure all of its dependencies support that version. That is what I currently have on my Windows machine after discovering 2.11+ doesn't play nicely with my system.

Granted, I haven't ran this project myself in awhile, but hopefully it helps resolve the issue you have on the Mac side. Let me know if that works out for you.

Yup, that helped me get to the step where I can train a model. Unfortunately once it's trained I run into #3. I can close this issue with the solution being "use Tensorflow 2.10".