Yash Rathi

Results 3 issues of Yash Rathi

- Issue: #2067 Checklist: - [ ] Add tests that demonstrate the correct behavior of the change. Tests should fail without the change. - [x] Add or update relevant docs,...

Hello, Most of the editors(like nano, vim, vi, vscode etc) have support for multiple tabs. The only editor that I can recall that don't support multiple tabs is notepad. Something...

## ❓ Questions and Help **Description** I did this: ```py >> train_data, val_data, test_data = Multi30k(split=('train', 'valid', 'test')) >> next(train_data) --------------------------------------------------------------------------- TypeError Traceback (most recent call last) Cell In[33], line...