Internet in enbaled in training, purchase , prediciton

Hi All
May be people have already figured it , so I like to know
Whether internet is enable so the code can download pre train weights.
My first submission says it is disabled.

If it is disabled then can we include weights in out gitlab repo, whether they will be copied.
Or pretrain models other than torchvision is not allowed, what are the rules.

If it is enable then I like to share my logs to organizers, how I can do that. Logs are saying that there is connection timeout

Regards
Aditya

1 Like

Hi @adityakumarsinha,

In this challenge, locally-trained models are not allowed.
Your code will be doing the training phase as part of AIcrowd submission as well. :smile:

In short,

1 Like

Now facing cuda is not available
/srv/conda/envs/notebook/lib/python3.7/site-packages/torch/cuda/amp/grad_scaler.py:115: UserWarning: torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.
warnings.warn(“torch.cuda.amp.GradScaler is enabled, but CUDA is not available. Disabling.”)
any idea

tried to submit 1 public code. Now this time got following

Time left: 10800
timeout: the monitored command dumped core
/home/aicrowd/run.sh: line 62: 365 Segmentation fault timeout $AICROWD_TIMEOUT_INFO python aicrowd_client/launcher.py

now submission are over.
It seems need to spend time on how to submit and not on the problem.

You can debug these issues locally by building a docker container. But you’re right, having to do this is not nice. I myself spent also more time than I would have liked on these issues.