Artificial Neural Networks and Deep Learning 2023 - Homework 1 Forum

Go back to competition Back to thread list Post in this thread

> Failed Submission

I'm trying to submit the zip file but I get this error:
WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
2023-11-13 14:32:11.643224: I tensorflow/core/util/port.cc:111] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`.
2023-11-13 14:32:11.677501: E tensorflow/compiler/xla/stream_executor/cuda/cuda_dnn.cc:9342] Unable to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered
2023-11-13 14:32:11.677530: E tensorflow/compiler/xla/stream_executor/cuda/cuda_fft.cc:609] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered
2023-11-13 14:32:11.677555: E tensorflow/compiler/xla/stream_executor/cuda/cuda_blas.cc:1518] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered
2023-11-13 14:32:11.684102: I tensorflow/core/platform/cpu_feature_guard.cc:182] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations.
To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags.
Traceback (most recent call last):
File "/multiverse/storage/lattari/Prj/postdoc/Courses/AN2DL_2023/Competition1_running_dir/worker_gpu4_dir/tmp/codalab/tmpZAiKHR/run/program/score.py", line 107, in
from model import model # example model, in scikit-learn style
^^^^^^^^^^^^^^^^^^^^^^^
ImportError: cannot import name 'model' from 'model' (/multiverse/storage/lattari/Prj/postdoc/Courses/AN2DL_2023/Competition1_running_dir/worker_gpu4_dir/tmp/codalab/tmpZAiKHR/run/input/res/model.py)

What could be the problem? Thank you in advance for the help

Posted by: Alex11 @ Nov. 13, 2023, 3:36 p.m.

Did you figure out? The issue could be the wrong structure of folders within your submission file.

Posted by: an2dl.competitions @ Nov. 14, 2023, 12:51 p.m.
Post in this thread