Glenn Bucagu

Results 4 issues of Glenn Bucagu

Thank you for this amazing effort! I would like to fine-tune code llama on my own Python code, let's call it MyPackage for now. Ultimately, I would like to ask...

## 🐛🐛 Bug Report ### ⚗️ Current Behavior I tried using ImageNet-1k directly from Active Loop. After validating on PyTorch's pre-trained ResNet-18, I get 82% validation accuracy, which is way...

bug

There is an architecture I would like to quantise and retrain from its floating point counterpart. I would like to incorporate the merge_bn operation supported by Brevitas. How exactly would...

When attempting to load and process the Favorita dataset, I encounter an OverflowError and OutOfBoundsDatetime exception related to timestamp conversion. The error seems to arise during Pandas' datetime parsing, suggesting...