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

Examples not working #3

Open
bashwizard opened this issue Jul 28, 2020 · 0 comments
Open

Examples not working #3

bashwizard opened this issue Jul 28, 2020 · 0 comments

Comments

@bashwizard
Copy link

Following notebooks are not working:

  1. Example 1: Sampling triplets from image dataset
    FileNotFoundError: [Errno 2] No such file or directory: '../data/naip_tifs'

  2. Example 2: Train Tile2vec from scratch
    NameError Traceback (most recent call last)
    in
    1 t0 = time()
    ----> 2 with open(results_fn, 'w') as file:
    3
    4 print('Begin training.................')
    5 for epoch in range(0, epochs):

NameError: name 'results_fn' is not defined

Thanks in advance for the kind help!

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