You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example 1: Sampling triplets from image dataset
FileNotFoundError: [Errno 2] No such file or directory: '../data/naip_tifs'
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!
The text was updated successfully, but these errors were encountered:
Following notebooks are not working:
Example 1: Sampling triplets from image dataset
FileNotFoundError: [Errno 2] No such file or directory: '../data/naip_tifs'
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!
The text was updated successfully, but these errors were encountered: