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.

Dataset Preparation and Training on GPU

See original GitHub issue
CL_PATH = 'gs://bucket-name/VGGFace2_classlabels.txt'
DATASET_PATH = 'gs://bucket-name/VGGFace2_tfrecs'
TB_PATH = 'gs://bucket-name/vggface2_deepface_tensorboard'

What locations are above files available online ? I tried getting them from http://www.robots.ox.ac.uk/~vgg/data/vgg_face2/data_infor.html

but I am getting confused by your terms VGGFace2_classlabels, VGGFace2_tfrecs, vggface2_deepface_tensorboard. what do these terms mean ?

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:22 (22 by maintainers)

github_iconTop GitHub Comments

1reaction
ajinkya933commented, Dec 30, 2019

Thank you and I really appretiate your diligence, I am closing this issue, As of now the training is bring progressed without any error.

1reaction
ajinkya933commented, Dec 30, 2019

To clear memory use rmmod nvidia or use: sudo kill -9 <processID>

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feeding the Beast: The Data Loading Path for Deep Learning ...
Preparing the mini-batch for the GPU includes the following steps: Deciding which examples need to be loaded (typically employing shuffling of ...
Read more >
Machine Learning on GPU - GitHub Pages
GPUs are most useful for neural network applications in machine learning. Is a GPU available? Overview. Teaching: 5 min. Exercises: 15 min. Questions....
Read more >
Deep Learning GPU: Making the Most of GPUs for Your Project
Learn how GPUs are used to accelerate deep learning workloads, types of GPUs you can leverage in your project, and how to evaluate...
Read more >
Efficient Training on a Single GPU - Hugging Face
This guide focuses on training large models efficiently on a single GPU. These approaches are still valid if you have access to a...
Read more >
Training Convolutional Neural Network(ConvNet/CNN) on ...
Training Convolutional Neural Network(ConvNet/CNN) on GPU From Scratch · About Dataset · Table of contents · №1: Introduction · №2: Data Pre ...
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