Unofficial release of part 1 v2

There are two things that can be happening - you either messed up in creating your submission or more likely your validation set is not representative of the test set.

From what I hear about the competition, likely it is the latter but don’t take my word for it :slight_smile:

Here is the ultimate resource imo on learning about the train - val - test splits. http://www.fast.ai/2017/11/13/validation-sets/

I don’t mean to sound like a dumb ass (saying this normally preceeds people sounding like a dumb ass so please accept my apologies for indeed being a dumb ass :wink: ) but in the future would you be so kind please and create a separate thread or find a thread which already discusses what you want to ask about? I am sure happy to help, but as it is right now, what we are discussing here has nothing to do with the original intent of this thread and it will make using this forum much harder and annoying for people who come here in the future

Many thanks and once again please accept my apologies! :slight_smile: Hate to be the thread police but maybe via slightly better house keeping we can all make this forum even more useful to others :slight_smile:

3 Likes

Hi Radek,

thank you very much for your answer. This was my very first post here and I was not quite sure whether I should really open a new thread for this or just ask here as I was using the Lesson 1 Notebook. Thanks for explaining that this is okay in the future. I now found a thread by someone with the same problem and I think you are right with your assumption.

Many thanks to you!

1 Like

It would do a world of good if you start watching Part 1 v2. Part1 v2 has many new things. You would learn new things that’s not taught in Coursera course…
hope it helps

Fantastic! I just started doing the course because I love the approach to teaching you set out in the intro.

I just signed in to the forums for the first time because I couldn’t get the Keras VGG16 to train properly as compared to the “Part 1 V1” VGG16 version, but now I’m super excited to see how the Version 2 turns out.

Hi everyone jeremy!
Wishing jeremy a good year full of health

Hey Nad,

Great that you are participating in this Kaggle competition! There is a post in the discussion section that says:

Test data is different than train in 3 big ways (then there’s smaller issues);

  1. 50% of it is manipulated as per the instructions
  2. Taken from a different device (BIG issue)
    
  3. Center-cropped, fixed res.
    

(source: https://www.kaggle.com/c/sp-society-camera-model-identification/discussion/47896)

I am also participating. Let me know if you wanna exchange ideas. I am currently working with something based on this code: https://www.kaggle.com/c/sp-society-camera-model-identification/discussion/47896

Good luck!

Hey fabsta,

thanks so much for your reply. Your code looks great, I’m far from producing anything like it :wink: I will definitely have a deeper look!

Hi,

Is the Brisbane group open? I am currently working through the course on my own and would like to join a group if possible.

Sally

Hey folks,

I’ve built out Part 1 with free GPUs on onepanel if anyone is interested in using them - works great so far. You just have to fork the project and create a “pytorch” notebook after singing in:

https://c.onepanel.io/onepanel-demo/projects/fast-ai-part-1/code

1 Like

Hi Jermy,
I have applied for Part2 fellowship program,but not received any response till now.
Please update the status of Fellowship program .
Thanks
Vijay

Hi! I am facing the same issue on the Paperspace machine. What can I do to get past this issue?

I used steps below to resolve this issue:

  1. Download setup script to a local file
    curl http://files.fast.ai/setup/paperspace > fastai-setup.sh
  2. edit the file fastai-setup.sh and remove line “sudo rm /etc/apt/apt.conf.d/.
  3. chmod on file and execute
    chmod +x fastai-setup.sh
    ./fastai-setup.sh