Skip to content
Discussion options

You must be logged in to vote

Could be due to many reasons:

Feature Google Colab Your Device
CPU Intel Xeon [Large Cache Memory] Desktop chip (e.g., Intel Core or AMD Ryzen)
GPU Tesla T4 (12GB VRAM) NVIDIA RTX 3060 (6GB VRAM)
Software Environment Linux Windows
I/O Performance Potentially faster due to access to Google Drive and optimized cloud storage solutions Depends on local storage and network setup

Maybe in your case one solution would be increase num_workers in your dataloader script to half of your cpu threads and run the train script again. Also remember to check task manager to see other applications resource consumption. Maybe that is slowing down your training progress.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SuryanshuBasa
Comment options

Answer selected by SuryanshuBasa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants