Skip to content

Instantly share code, notes, and snippets.

@howardjp
Last active January 16, 2022 18:20
Show Gist options
  • Save howardjp/40a33a704df89c0cf2bcbd145a199050 to your computer and use it in GitHub Desktop.
Save howardjp/40a33a704df89c0cf2bcbd145a199050 to your computer and use it in GitHub Desktop.
patch for NeuralCDE
import sepsis
sepsis.run_all(intensity=True, device='cuda')
sepsis.run_all(intensity=False, device='cuda')
diff --git a/experiments/datasets/__init__.py b/experiments/datasets/__init__.py
index 7b4bfc7..5e165a8 100644
--- a/experiments/datasets/__init__.py
+++ b/experiments/datasets/__init__.py
@@ -1,3 +1,3 @@
from . import sepsis
-from . import speech_commands
-from . import uea
+# from . import speech_commands
+# from . import uea
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment