Mihail
Mihail
And it is when I load data from custom simple txt file
Just want to let you know about [this issue](https://github.com/tensorflow/tensorflow/issues/61781#issuecomment-1712041209) in tensorflow
Can I do simple tokenization like [this ](https://github.com/https-deeplearning-ai/tensorflow-1-public/blob/main/C3/W1/ungraded_labs/C3_W1_Lab_3_sarcasm.ipynb) with trax?
So, I have few strings in settings.py like ``` DELIVERED_FILES_DIR = os.path.join(MEDIA_ROOT, 'csv_files') INVOICES_DIR = os.path.join(MEDIA_ROOT, 'invoices') ``` I use them in few parts of my app. When I created...
I found a problem, that any of my tests in parametrize not get in mailoutbox enough messages that were sent by .delay as celery tasks. So, I should do at...
Hi! I fetched strange behaviour, most probably the bag, that I resolved, but it shouldn't be. That you can see under a comments ``` @pytest.fixture() def hundred_provider_stocks(provider_stock_factory): provider_stock_factory.create_batch(10) @pytest.mark.django_db @pytest.mark.parametrize('browser',...
I am trying to do something like this ``` name: Django CI on: push: branches: [ "production", "developing" ] pull_request: branches: [ "production", "developing" ] workflow_dispatch: env: REGISTRY: ghcr.io IMAGE_NAME:...
Hello! 1. I don't understand why I must set `options.root` for loader. Can you explain me? 2. How can I create .html files on the output? 3. I am still...
It would be nice if your service count not just cheapest servers but which has free tiers too. Count its limits and give the best option to deploy. And ideally...
You referenced in [this ](https://www.tensorflow.org/text/guide/subwords_tokenizer#generate_the_vocabulary)tutorial to [generate_vocab.py](https://github.com/tensorflow/text/blob/master/tensorflow_text/tools/wordpiece_vocab/generate_vocab.py), if I understand correct, as a ready to prod highlevel func that I can use. But I don't have it in downloaded repository...