Skip to content

Commit

Permalink
Docs: fix I/O bench table (microsoft#2016)
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjstewart authored Apr 20, 2024
1 parent 445074e commit c9da52a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ For PRs that may affect GeoDataset sampling speed, you can test the performance
This code will download a small (1 GB) dataset consisting of a single Landsat 9 scene and CDL file. It will then profile the speed at which various samplers work for both raw data (original downloaded files) and preprocessed data (same CRS, res, TAP, COG). The important output to look out for is the total time taken by ``train_dataloader_next`` (RandomGeoSampler) and ``val_next`` (GridGeoSampler). With this, you can create a table on your PR like:

====== ============ ========== ===================== ===================
raw (random) raw (grid) preprocessed (random) preprocessed (grid)
state raw (random) raw (grid) preprocessed (random) preprocessed (grid)
====== ============ ========== ===================== ===================
before 17.223 10.974 15.685 4.6075
after 17.360 11.032 9.613 4.6673
Expand Down

0 comments on commit c9da52a

Please sign in to comment.