deeplearning-lectures icon indicating copy to clipboard operation
deeplearning-lectures copied to clipboard

Deep learning lecture materials

Results 5 deeplearning-lectures issues
Sort by recently updated
recently updated
newest added

That would be great to : - [ ] check that the correct lenghts have been provided to the pack padded sequence in the Waveform processor ; This could be...

enhancement

Hi again @jeremyfix I noticed in this solution that this comment appears to contain another line of code that maybe should not be commented out? https://github.com/jeremyfix/deeplearning-lectures/blob/b3862d6dd1af45bea1a99f9b26a0c8baa1520422/LabsSolutions/02-pytorch-asr/main_ctc.py#L42 shouldn't it actually be...

- [ ] Some required libs not yet in the conda env.yml : onnxruntime-gpu , onnx - [ ] decide on wheter to stay on conda, switch back to pip...

really good example by the way. but I could not get the meaning of the loss definition below is the code between https://github.com/jeremyfix/deeplearning-lectures/blob/a2535c6969b644914af2a47cd60aa4e6d02af1fc/LabsSolutions/01-pytorch-object-detection/utils.py#L181 and https://github.com/jeremyfix/deeplearning-lectures/blob/a2535c6969b644914af2a47cd60aa4e6d02af1fc/LabsSolutions/01-pytorch-object-detection/utils.py#L225 1 what is the meaning...

TP2 : ... processing the images J'ai pas fait le lien entre "create a script" et le fait qu'il fallait simplement ajuster les configs du code d'exemple. "Take the provided...