Closed teohsinyee closed 2 years ago
To use your own dataset, you will need to change the read_imdb
function to read_your_custom_data
function and then call it from load_data_custom
.
load_data_custom
Hi @AnirudhDagar, do you mind providing the URLs to the documentation for both methods read_your_custom_data
and load_data_custom
? I tried to search but can't find it.
@teohsinyee there is no load_data_custom
, I just meant that you may want to refactor load_data_imdb
method to the new dataset name. Logic inside the function will remain the same.
Greetings.
I want to fit this code with my personal dataset. Not the IMDB ones. The
load_data_imdb()
returns 3 parameters. To fit my dataset in, I've to set the 3 parameters right? But what value should I put?Reference: https://classic.d2l.ai/chapter_natural-language-processing/sentiment-analysis.html#put-all-things-together