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

No Checkpoint found in Model #17

Open
JustinSasek opened this issue Sep 10, 2023 · 0 comments
Open

No Checkpoint found in Model #17

JustinSasek opened this issue Sep 10, 2023 · 0 comments

Comments

@JustinSasek
Copy link

After downloading the birdsong separation model using the gsutil command, I only get a meta, index, and data file. There is no checkpoint file which causes checkpoint_path = tf.train.latest_checkpoint('bird_mixit_model_checkpoints/output_sources4/') to return None.

gsutil command:

gsutil -m cp -r \
  "gs://gresearch/sound_separation/bird_mixit_model_checkpoints" .

files downloaded:

bird_mixit_model_checkpoints
    LICENSE
    README
    output_sources8
        model.ckpt-2178900.index
        inference.meta
        model.ckpt-2178900.data-00000-of-00001
    output_sources4
        model.ckpt-3223090.index
        model.ckpt-3223090.data-00000-of-00001
        inference.meta
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

No branches or pull requests

1 participant