USF daily study group

Where’s the location of the in-person classes today?

Will this study group become the daily one with at a set time and room?

It already is. Details in top post.

1 Like

Oh my gosh! how did I miss that! Thank you!

I didn’t look into code of FileDeleter yet, but if it’s deleting images from disk completely, there is an idea in Lesson2 chat to just move it in special e.g. ./trash folder to be able to undo process or use those images later if they needed for submition or anything else

4 Likes

That sounds like a much better approach @gazay! :slight_smile: cc @zachcaceres @lesscomfortable

3 Likes

cool idea @gazay definitely can be done!

1 Like

We discussed another idea – why analyze numbers of training by hand when library can analyze it for you and give some advices. For example we trained network for 5 epochs and experienced user will notice that it overfits. But if user just started using library – it’s not so clear what is happening, how to interpret those numbers and what could be done. So we can programm some rules and make it as optional flag – if our rules see that validation loss in every epoch is bigger than train loss – maybe it’s overfitting. And suggest or even try to retrain with different hyperparams.
Possible API:

Total time: 01:07
epoch  train_loss  valid_loss  error_rate
1      1.172217    0.306988    0.088490    (00:17)
2      0.506414    0.436349    0.075183    (00:16)
3      0.314256    0.598335    0.077219    (00:16)
4      0.232976    0.693311    0.081876    (00:16)

!! It's looks like your model is overfitting. Try to apply one of these advices and retrain it: https://link-to-faq-for-overfit/underfit

or

learn.fit_one_cycle(4)
Total time: 01:07
epoch  train_loss  valid_loss  error_rate
1      1.172217    0.306988    0.088490    (00:17)
2      0.506414    0.436349    0.075183    (00:16)
3      0.314256    0.598335    0.077219    (00:16)
4      0.232976    0.693311    0.081876    (00:16)

# in next cell:
learn.recorder.analyze()

=> In epoch 3 and 4 looks like your model is overfitting. Try to apply these technics and retrain your model to get better results: https://link-to-faq-for-overfit/underfit
6 Likes

@gazay that sounds like a nice idea for a callback! :slight_smile: Will be tricky to get the over-fitting diagnostics really reliable, what certainly worth a try…

3 Likes

Is there still space available?

Sure!

I would love to join and see if i can contribute anything. Can i still join?

I would love to join. I have an interesting medical application I would love to get some feedback on my approach.

Also looking to contribute to the library.

1 Like

Is anyone still coming to this group? If you are we might need to schedule times as the room is not as busy as before.

Currently in the same room if anyone wants to join.

Just want to check-in. Is the daily study group still active?

No, it is no longer active. There is a study group that meets in the same room on Tuesdays though: https://www.meetup.com/PyLadiesSF/events/wcczcryzkbdb/ for which I am an organizer.

Thanks, Molly! I will check it out.