We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf311ad commit 8a53b8aCopy full SHA for 8a53b8a
pyproject.toml
@@ -24,7 +24,7 @@ dependencies = [
24
"torchvision", # Used in hsc data loader, example autoencoder, and CNN model data set
25
"tensorboardX", # Used to log training metrics
26
"tensorboard", # Used to log training metrics
27
- "GPUtil", # Used to gather GPU usage information
+ "GPUtil @ git+https://github.com/Samoed/gputil.git@patch-1", # Used to gather GPU usage information
28
"schwimmbad", # Used to speedup hsc data loader file scans
29
"chromadb", # Used for similarity search
30
"holoviews", # Used in Holoviews visualization prototype
0 commit comments