From c6e4fe3af0b5d01975c82a7fb45785dc9e57cc73 Mon Sep 17 00:00:00 2001 From: Sourya Dey Date: Sat, 14 Oct 2023 15:22:59 -0400 Subject: [PATCH] delete BACKEND from config --- dlkoopman/config.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/dlkoopman/config.py b/dlkoopman/config.py index 02741a1..96afbfe 100644 --- a/dlkoopman/config.py +++ b/dlkoopman/config.py @@ -43,8 +43,6 @@ class Config(): - **CTYPE** (*torch.dtype*) - Data type of complex tensors. Is automatically set to `torch.c` (e.g. `torch.cfloat` if `precision="float"`). - **DEVICE** (*torch.device*) - Device where tensors reside. Is automatically set to `"cpu"` if `use_cuda=False` or CuDA is not available, otherwise `"cuda"`. - - - **BACKEND** (*str*) - Backend used for `torch.compile()`. Is automatically set to `"aot_eager"` (this may change to `"inductor"` in a future release). """ def __init__(self,