Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

load_dataset

Load_dataset


Description

A helper function for getting a DataLoader for images in the folder 'test_path', with batch size 'bs', and number of workers 'num_workers'

Usage

load_dataset(test_path, bs = 4, num_workers = 4)

Arguments

test_path

test path (directory)

bs

batch size

num_workers

number of workers

Value

None


fastai

Interface to 'fastai'

v2.0.7
Apache License 2.0
Authors
Turgut Abdullayev [ctb, cre, cph, aut]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.