Activity
Challenge Categories
Challenges Entered
What data should you label to get the most value for your money?
Latest submissions
See Allgraded | 178809 | ||
failed | 178788 | ||
graded | 178242 |
Measure sample efficiency and generalization in reinforcement learning using procedurally generated environments
Latest submissions
3D Seismic Image Interpretation by Machine Learning
Latest submissions
See Allgraded | 93243 | ||
graded | 93240 | ||
graded | 93167 |
Multi-Agent Reinforcement Learning on Trains
Latest submissions
A benchmark for image-based food recognition
Latest submissions
Sample-efficient reinforcement learning in Minecraft
Latest submissions
Predicting smell of molecular compounds
Latest submissions
Classify images of snake species from around the world
Latest submissions
See Allfailed | 10058 | ||
graded | 10057 | ||
graded | 10056 |
Reinforcement Learning on Musculoskeletal Models
Latest submissions
Disentanglement: from simulation to real-world
Latest submissions
Sample-efficient reinforcement learning in Minecraft
Latest submissions
Multi Agent Reinforcement Learning on Trains.
Latest submissions
Project 2: build our own text classifier system, and test its performance.
Latest submissions
A new benchmark for Artificial Intelligence (AI) research in Reinforcement Learning
Latest submissions
Latest submissions
Predict Heart Disease
Latest submissions
Recognizing bird sounds in monophone soundscapes
Latest submissions
Participant | Rating |
---|
Participant | Rating |
---|
SnakeCLEF2021 - Snake Species Identification Chall
Can't find competition rules
Over 5 years agoThe competition rules were only displayed when signing up for participation. I canβt find them anymore. Can someone point me in the right direction or update the description of the problem? (Btw. a similar issue existed previously with MineRL - perhaps itβs worth checking whether other competitions are affected too?)
Submission throws 500 Error
Over 5 years agoYup, I have similar problems. The workaround is simply resubmitting, however now it doesnβt work anymore that only works occasionally. Submissions that somewhy get marked as βreadyβ will freeze and never display any error message nor score. Given that there is less than 48 hours to the end of round 1, this is pretty important.
- βThere are a few images that are corrupted, do we need to include that in the submission file?β Yes, otherwise the submission is not accepted.
- βDoes the order of the columns have to be the same as the ones given in the sample submission file?β Both columns and rows can be permuted.
Submission Errors
Over 5 years agoYou have only read access for the initial test images directory, so you canβt remove files from there. However, you can copy the whole test images directory to a local directory and run verify images there.
os.system("cp -r {0} test/".format(test_images_path))
verify_images("test", delete=True)