Challenge icon indicating copy to clipboard operation
Challenge copied to clipboard

The repo for the FeTS Challenge

Results 18 Challenge issues
Sort by recently updated
recently updated
newest added

Hi, I am getting this error while on the step on pip install . given in the readme. I have been trying to solve this for the past 1 week...

**Describe the bug** A clear and concise description of what the bug is. During step 8 in https://github.com/FeTS-AI/Challenge/tree/main/Task_1 , a openfl installation error occurred while executing `'openfl @ git+https://github.com/intel/openfl.git@771fc05d57612e2fd0f133ee301f5cd9678cf9d9z',` among...

Hi all, I am working on Task 1 and when I try to run the baseline code for the very first time, I got this error "Task_1/fets_challenge/gandlf_csv_adapter.py", line 13, in...

Image base - `ubuntu 18.04` Dependencies installed - `python 3.7, virtualenv, locales, build and setup tools` Volume mount path (tentative) - `/data` Container working directory (tentative) - `/workspace` Container listens...

Just added a common problem encountered by participants for documentation.

File "C:\CodeRepos\MoaniSandbox\FETS-AI\Challenge\Task_1\venv\lib\site-packages\torch\nn\functional.py", line 2186, in instance_norm input, weight, bias, running_mean, running_var, use_input_stats, momentum, eps, torch.backends.cudnn.enabled RuntimeError: [enforce fail at ..\c10\core\CPUAllocator.cpp:75] data. DefaultCPUAllocator: not enough memory: you tried to allocate 67108864...

Hi, I tried using the `setup.py` and also independently installing GANDLF with pip, `pip install GANDLF@git+https://github.com/CBICA/GaNDLF.git@e4d0d4bfdf4076130817001a98dfb90189956278` but both get stuck on a git checkout. Was wondering if there's an alternate...

Hi, I try to run the code with partition_1.csv, but I got my session killed at very earlier stage of the session, see the screenshot below ![image](https://user-images.githubusercontent.com/32762885/173090377-6d9319ef-d1b0-40e0-8e8b-53acb7b8fa11.png) Does anyone has...

``` (venv) PS C:\CodeRepos\MoaniSandbox\FETS-AI\Challenge\Task_1> python .\FeTS_Challenge.py Creating Workspace Directories Creating Workspace Templates Requirement already satisfied: torchvision in c:\coderepos\moanisandbox\fets-ai\challenge\task_1\venv\lib\site-packages (from -r C:\Users\15702\.local\workspace/requirements.txt (line 1)) (0.9.2+cu111) Requirement already satisfied: torch in c:\coderepos\moanisandbox\fets-ai\challenge\task_1\venv\lib\site-packages...

Traceback (most recent call last): File ".\FeTS_Challenge.py", line 584, in restore_from_checkpoint_folder = restore_from_checkpoint_folder) File "C:\CodeRepos\MoaniSandbox\FETS-AI\Challenge\Task_1\fets_challenge\experiment.py", line 364, in run_challenge_experiment checkpoint_folder = setup_checkpoint_folder() File "C:\CodeRepos\MoaniSandbox\FETS-AI\Challenge\Task_1\fets_challenge\checkpoint_utils.py", line 18, in setup_checkpoint_folder checkpoint_num =...