Alexander Dmitrievskiy

Results 7 issues of Alexander Dmitrievskiy

I have a code with a custom config for Bert Paraphraser: ``` DATA_PATH = BASE_PATH + "data/" para_config = { "dataset_reader": { "class_name": "csv_reader", "data_path": DATA_PATH, "do_lower_case": False, "delimiter": ",",...

enhancement

I'm trying to reproduce QRNN in the project and launch the command from readme example: ``` (.venv3gpu) alx@x3:~/Cloud/spell_corr/awd-lstm-lm$ python -u main.py --epochs 14 --nlayers 4 --emsize 400 --nhid 2500 --alpha...

Hello, I'm trying to dwnload 13F-HR form with your library but I have 403 Error: ``` HTTPError Traceback (most recent call last) /tmp/ipykernel_5201/2161259805.py in ----> 1 dl.get("13F-HR", "AAPL", amount=2) ~/anaconda3/envs/ntf_env7/lib/python3.8/site-packages/sec_edgar_downloader/Downloader.py...

bug

I've launched ```python3 results/Cart_Pole.py``` And during training A2C got the error: ``` AGENT NAME: A2C 7.1: A2C TITLE CartPole {'learning_rate': 0.005, 'linear_hidden_units': [20, 10], 'final_layer_activation': ['SOFTMAX', None], 'gradient_clipping_norm': 5.0, 'discount_rate':...

I have a database with a lot of Classes. The classes are created with "weak" schema (objects of classes actually have attributes that are not defined in schema in OrientDB)....

После сборки библиотеки под Ubuntu скопировал `libmystem-c-binding.so` в папку `{TOMITA_ROOT}/build/bin/` (6ой пункт инструкции https://github.com/yandex/tomita-parser/#ubuntu) Далее пролинковал исполняемый файл для доступа из терминала по названию приложения: ```sudo ln -s {TOMITA_ROOT}/build/FactExtract/Parser/tomita-parser/tomita-parser /usr/local/bin/tomita-parser```...

На странице [туториала](https://tech.yandex.ru/tomita/doc/tutorial/concept/limits-labels-docpage/) написано: ``` Кроме пометы h-reg1 есть еще помета h-reg2, обозначающая, что все буквы слова должны быть в верхнем регистре (как, например, в слове МОСКВА), и помета h-reg3,...