deryckt / TIRE

Autoencoder-based Change Point Detection in Time Series Data using a Time-Invariant Representation
36 stars 7 forks source link

Check failed: work_element_count > 0 (0 vs. 0) #1

Open Terrestrial-network opened 2 years ago

Terrestrial-network commented 2 years ago

I encountered a problem. My program stuck in this step during training. Does anyone know what the problem is? 2022-06-23 17:27:57.677605: I tensorflow/compiler/mlir/mlir_graph_optimization_pass.cc:176] None of the MLIR Optimization Passes are enabled (registered 2) 2022-06-23 17:27:57.938671: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library cublas64_11.dll 2022-06-23 17:27:58.480239: I tensorflow/stream_executor/platform/default/dso_loader.cc:53] Successfully opened dynamic library cublasLt64_11.dll 2022-06-23 17:27:58.489776: I tensorflow/stream_executor/cuda/cuda_blas.cc:1838] TensorFloat-32 will be used for the matrix multiplication. This will only be logged once. 2022-06-23 17:27:58.491843: F .\tensorflow/core/util/gpu_launch_config.h:129] Check failed: work_element_count > 0 (0 vs. 0)

My hardware NVIDIA GeForce RTX 3060 Laptop GPU My environment tensorflow 2.5.0, cuda 11.2

gototophao commented 2 years ago

i also met this when using the hyperband and large scale data, any solution to solve it?