Welcome to the Linux Foundation Forum!
-
Re: Use of unique(col) in lab2
Hi @"p.hanel" , Apologies for the delayed response. You're right, the function should read: def gen_encoder_dict(dataset, col): values = sorted(dataset.unique(col)) values += ['UN…1 -
Re: Knowledge Check 4.8, no_grad() vs. inference_mode()
Hi @"p.hanel" , You're spot on once again :smile: Both no_grad() and inference_mode() are context managers that are better for validation/inference because they do not keep track of th…1 -
Re: 04 > Gradients & Autograd > Learning Rate - Broken Link?
Hi @"p.hanel" Thank you for pointing this out. There were some changes in Medium's URLs, and some of its links stopped working. Here is the updated version of this blog post: https://m…1 -
Re: 03 > Datasets > Continuous Attributes - Lesson Error (data leakage)?
Hi @"p.hanel" , Thank you very much for reporting this. You're absolutely right - as it is, we're fitting it every time and leaking data - it shouldn't be like that. Unfortun…1 -
Re: Definition of "annotation" ( Chap12 )
Hi @"m.taniguchi" Thank you for your question. In the case of object detection, drawing bounding boxes (and then determining what's inside each box - its label) is annotating an image.…1
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
