Common issues
Import errors
ModuleNotFoundError: No module named 'gpumemprof'
ModuleNotFoundError: No module named 'gpumemprof'
Solution:
ModuleNotFoundError: No module named 'torch'
ModuleNotFoundError: No module named 'torch'
Solution:
ModuleNotFoundError: No module named 'tensorflow'
ModuleNotFoundError: No module named 'tensorflow'
Solution:
CUDA issues
CUDA not available
CUDA not available
CUDA out of memory
CUDA out of memory
Symptoms:
- Error:
CUDA out of memory - Training crashes
- Reduce batch size
- Clear cache
- Gradient checkpointing
- Monitor memory
Memory leak issues
Memory usage keeps increasing
Memory usage keeps increasing
Symptoms:
- Memory usage grows over time
- Profiler detects memory leaks
CLI issues
gpumemprof: command not found
gpumemprof: command not found
Solution:
Visualization issues
Plots don't display
Plots don't display
Symptoms:
- No plots appear
- Error:
No display name and no $DISPLAY environment variable
- Non-interactive backend
- Save to files
- Use Plotly
Dash visualization fails
Dash visualization fails
Symptoms:
- Error:
ImportError: No module named 'dash'
Performance issues
Profiler adds too much overhead
Profiler adds too much overhead
Symptoms:
- Training is significantly slower
- High CPU usage
Increase sampling interval
Disable visualization
Selective profiling
Dependency conflicts
typing_extensions version conflict
typing_extensions version conflict
Platform-specific issues
macOS: CUDA not available
macOS: CUDA not available
Solution:
CUDA is not available on macOS. Use CPU mode or MPS (Metal Performance Shaders) instead.
macOS: TensorFlow issues on Apple Silicon
macOS: TensorFlow issues on Apple Silicon
Solution:
Windows: Path issues
Windows: Path issues
Solution:
Windows: Permission issues
Windows: Permission issues
Solution:
Debug mode
Enable debug logging
Verbose CLI output
Check system information
- CLI
- Python
Getting help
Before asking for help
Check the documentation
Reporting issues
When reporting issues, include:System information
- OS and version
- Python version
- PyTorch/TensorFlow versions
- CUDA version (if applicable)
Error messages
- Full error traceback
- Any warning messages
Reproduction steps
- Minimal code example
- Expected vs actual behavior
Environment
- Virtual environment details
- Package versions (
pip freeze)
Community support
GitHub Issues
Report bugs and request features
Documentation
Browse the complete documentation
Examples
Check out example code
See also
- Compatibility - Framework and platform compatibility
- Architecture - System architecture overview