Amir Hadifar
Amir Hadifar
Hi Thanks for your library :) Is it possible to change font of texts ? I see your library and it was canvas and I'm not familiar with that ,...
Hi dear maintainers, After running the provided command in Readme: `python -m wikiextractor.WikiExtractor enwiki-latest-pages-articles.xml.bz2` it throws the following exception: ``` ForkingPickler(file, protocol).dump(obj) TypeError: cannot pickle '_io.TextIOWrapper' object ``` MacOS Catalina...
Hi Sebastian, Thanks for your wonderful repository/website. I found there is no benchmark/dataset for **Recommendation systems** which absolutely is an important task in NLP/IR.
Hi , I follow your instruction But no animation appear. no exception no error here is my recyclerView : recyclerView = (RecyclerView) findViewById(R.id.headersList); LinearLayoutManager linearLayoutManager = new LinearLayoutManager(this); recyclerView.setLayoutManager(linearLayoutManager); recyclerView.addItemDecoration(new...
First of all, thanks for your library. I really enjoy working with that. I have a question regarding to Story. I think it would be useful to handle inner story...
Thanks for releasing your code. I replaced GPT2 with XLM-roberta-large, tensor dataset with LazyLoader, and did padding inside the data loader. Unfortunately, even with batch_size of 1, I got Cuda...
Hi Thanks for your well written Lib;) is it possible to generate a group of specific colors ? for example some light blue colors ? in your color generator when...
In your next release you can consider this it would be nice in low-internet speed connections.
Check code with flake8 and fix some issue regarding to pep8 compliance.
Is it possible to publish other models in your paper? I want to calculate F1-score and Significant test and need this models :(