-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Training on custom (new) dataset. #29
Comments
Hi @rakehsaleem, apologies for the late reply! Yes, you can easily train a model on a custom dataset. Here is how:
Finally, you should be able to train a model on your custom dataset, starting from the SALICON weights, by running the command |
Thank you, @alexanderkroner, for sharing your detailed response. I will try this code and see what I get and how the training part goes! I will post my results here soon., |
Hi @alexanderkroner, thank you for such a nice piece of code and thorough documentation for the repository.
How can I train a model on a custom/new dataset? My dataset contains eye-tracking videos of 10 participants, ranging from 3 to 4 mins. I have the gaze information, fixations, and timestamps. From what I understand, I have to first prepare the dataset as SALICON dataset that is accepted and read by the code and then train the model. However, I have some confusion and would like to ask questions that will help me in the right direction.
To fine-tune the model, what parameters must I change, or how would I incorporate the SILICON pre-trained model in the command to read the pre-trained model and then later use it on my dataset?
Thank you so much for your time.
The text was updated successfully, but these errors were encountered: