File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -388,7 +388,8 @@ def get_pixels(result):
388388 with tempfile .TemporaryDirectory () as tmp :
389389 # tmp = "/home/tam/Desktop/wcctmp"
390390
391- outpath = f"{ tmp } /worldcover_patch_embeddings_{ YEAR } _{ index } _{ i } _{ j } _v{ VERSION } .gpq"
391+ outpath = f"{ tmp } /worldcover_patch_embeddings_{ YEAR } _{ index } _{ i } _{ j } _" \
392+ f"v{ VERSION } .gpq"
392393 print (f"Uploading embeddings to { outpath } " )
393394 # print(gdf)
394395
Original file line number Diff line number Diff line change @@ -417,7 +417,9 @@ def make_batch(result):
417417 with tempfile .TemporaryDirectory () as tmp :
418418 # tmp = "/home/tam/Desktop/wcctmp"
419419
420- outpath = f"{ tmp } /worldcover_patch_embeddings_{ YEAR } _{ index } _{ i } _{ j } _v{ VERSION } .gpq"
420+ outpath = f"{ tmp } /worldcover_patch_embeddings_{ YEAR } _{ index } _{ i } _{ j } _" \
421+ f"v{ VERSION } .gpq"
422+
421423 print (f"Uploading embeddings to { outpath } " )
422424 # print(gdf)
423425
You can’t perform that action at this time.
0 commit comments