Nazia Tasnim
Nazia Tasnim
Added a new section for Bangladesh and an organization `THE GREEN SAVERS`. The capital of Bangladesh - Dhaka is a concrete jungle with high-rise buildings and increasingly fewer space on...
Hello, is there any difference between these two or can I use them interchangeably?
I am using a list of list for the seed words which contains some words that may not be present in the dataset. I am getting a one line `...
Trying to use this repo to train electra from scratch for Bangla. I have my dataset as a csv where each row is a document. Would the default `openwebtext/preprocess.py` file...
* Issue - #4174 * Why - Currently, there are no event handlers for the Color Picker component. We should have an event on change whenever the value in the...
Added large changes to web_programming/crawl_google_results.py with `documentations` and `doctests`. Modularized the script and made it more customizable. Fixed formatting using `black` and `flake8`. * [x] Add an algorithm? * [x]...
I was trying to get the info in entity 'Minas Gerais' like following: ```python wd_page = wptools.page("Minas gerais") try: wd_page.get_wikidata() except LookupError as e: print(e) ``` The error gives me...
Hello. I am facing this odd problem with EfficientNet. I am trying to pretrain it from scratch using four classes from the `CIFAR10`. But the validation accuracy remains extremely low...
Hello, I was following the `demo.ipynb` notebook. In my case I replaced the backbone with a resnet and instead of MNIST and F-MNIST I am trying to use the stanford...
Hello, I know this is quite an old repo - but this has been one of the most helpful one for me in recent years, for implementation issues. I am...