Sam

Results 6 issues of Sam

The input `x` is being flattened (eg. `x = x.view(x.size(0), -1)`) in `validation_step` and `train_step` but not in `test_step`. I think that, for the sake of consistency, this operation should...

Hey Lighting devs, thanks for a great library. I believe I have found a bug in this file: In [this line](https://github.com/Lightning-AI/lightning-bolts/blob/5481b6e8337f4ca1381a9f0d8688f13781ef738e/pl_bolts/models/regression/linear_regression.py#L72), the loss is being normalized according to the first...

Andrej, I taught myself most of what I know about ML by copying your code, trying to understand every line, and then hacking it into something new of my own....

Is it possible to get the fully-parsed document as a markdown file? This could include titles, bulleted text, and tables. This feature is supported by [LlamaIndex](https://ts.llamaindex.ai/modules/data_loader) and it's quite useful.

enhancement

**Bug** 💥 The second cell of the notebook is crashing when it attempts to load model weights. It appears to be calling a PyTorch method on a model which, in...

bug

I'm getting an error associated with the output sizing of a layer being too small: It's possible that this is due to an error associated with loading saved weights: However,...

bug