DeepLearningExamples
DeepLearningExamples copied to clipboard
State-of-the-Art Deep Learning scripts organized by models - easy to train and deploy with reproducible accuracy and performance on enterprise-grade infrastructure.
When I try to run the profiler on train_net.py within my new conda environment, it fails because it can't load the COCO dataset. It seems like there's a problem with...
A suspected nvidia driver bug. I’m using python’s subprocess library to run the following command once per second:. [‘nvidia-smi’, ‘–query-gpu=memory.used’, ‘–format=csv,noheader,nounits’] Full script: import subprocess import time log_file_path = “logs/gpu_log.log”...
Related to [DeepLearningExamples](https://github.com/NVIDIA/DeepLearningExamples/tree/master)/[PyTorch](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch)/[Recommendation](https://github.com/NVIDIA/DeepLearningExamples/tree/master/PyTorch/Recommendation) It is hard to train reccomender systems without a running a social media platform with a userbase, but also a recommender system without user input without likes....