Last active
July 23, 2020 12:57
-
-
Save rnyak/35a5c31e7b918d57c48445fe031c2bd5 to your computer and use it in GitHub Desktop.
NVT_dataset_object
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
train_dataset = nvt.dataset(train_path, engine='parquet', gpu_memory_frac=0.3) | |
valid_dataset = nvt.dataset(valid_path, engine='parquet', gpu_memory_frac=0.3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment