question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Train on other dataset

See original GitHub issue

@ruotianluo Thank you for your fantastic code. as you mentioned, If one wants to train your code on another dataset must create a file like dataset_coco.json. Would you please explain the format of dataset_coco.json file?

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:17 (6 by maintainers)

github_iconTop GitHub Comments

2reactions
nyj-oceancommented, May 11, 2020

@brisker in https://github.com/ruotianluo/ImageCaptioning.pytorch/issues/15#issuecomment-334983749

training on my own dataset.

how did you create your own dataset like dataset_coco.json? can you tell how to create it?

0reactions
nyj-oceancommented, May 11, 2020

@AshviniKSharma have you succeed in creating your own dataset like dataset_coco.json?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Training and Test Sets: Splitting Data | Machine Learning
Slicing a single data set into a training set and test set. ... Two models: one run on training data and the other...
Read more >
How to split a Dataset into Train and Test Sets using Python
The simplest way to split the modelling dataset into training and testing sets is to assign 2/3 data points to the former and...
Read more >
Splitting a Dataset into Train and Test Sets - Baeldung
The simplest method is to divide the whole dataset into two sets. Then use one for training and the other for model evaluation....
Read more >
Fine-tuning with custom datasets - Hugging Face
The data and model are both ready to go. You can train the model with Trainer / TFTrainer exactly as in the sequence...
Read more >
Splitting a Dataset for Machine Learning - Made With ML
To determine the efficacy of our models, we need to have an unbiased measuring approach. To do this, we split our dataset into...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found