Bhargav Kowshik

Results 33 issues of Bhargav Kowshik

Was going through exercises from https://pytorch.org/deep-learning-with-pytorch and found the following: > Search GitHub for projects that provide a hubconf.py file. > - How many repositories are returned? > - Find...

While cleaning up datasets, we want to look at just the images and their labels. The current `rs compare` requires at-least one masks directory and this PR makes the masks...

In notebook, `Module_0_Introduction.ipynb` on line [310](https://github.com/amitkaps/hackermath/blame/master/Module_0_Introduction.ipynb#L310): > Plot of TPR vs FPR at different discrimination threshold Would be helpful to have a line about what is `FPR`, I guess it...

While trying out the example notebooks on Binder, came across the broken links to the `master` branch in the repository. Have renamed occurrences of `master` with `main` in places that...

- Chapter: `4` - Page: `82` - Section: `One-hot encoding` ```python target_onehot = torch.zeros(target.shape[0], 10) target_onehot.scatter_(1, target.unsqueeze(1), 1.0) --------------------------------------------------------------------------- RuntimeError Traceback (most recent call last) in 1 target_onehot = torch.zeros(target.shape[0],...

### 1. Per documentation on README ```sh $ brew install aspell --with-all-languages $ brew install enchant $ mkvirtualenv wikiai_revscoring pip install --no-binary pyenchant revscoring ... Collecting scipy=0.13.3 (from revscoring) Using...

### Example on README ```py import mwapi from revscoring import ScorerModel from revscoring.extractors.api.extractor import Extractor with open("models/enwiki.damaging.linear_svc.model") as f: scorer_model = ScorerModel.load(f) extractor = Extractor(mwapi.Session(host="https://en.wikipedia.org", user_agent="revscoring demo")) feature_values = list(extractor.extract(123456789,...

Get the following error when I try to create a new workspace. > Error: Unexpected token 'U', "Unauthorized" is not valid JSON ## Steps 1. Create a new invitation for...

bug
good first issue
UI/UX

Ref: https://www.kaggle.com/code/bkowshik/karpathy-nanogpt/ Trying to get nanoGPT up and running on GPUs provided on Kaggle. Get the following errors: ## GPU - P100 ```bash $ python [train.py](http://train.py/) config/train_shakespeare_char.py RuntimeError: Found Tesla...