-
-
-
I want to ask a question that why you give '0' label to the none masked token when generate a example here:
```
for s in seq:
prob = self.rng.random()
…
-
-
I add the following code after the 5th code cell of `cryo-tutorial.ipynb`
```python
idx = np.random.randint(0, len(observations))
print(idx)
observation = observations[idx]
t = translations[idx…
-
Идея ещё с прошлого года, но до её реализации я так и не дошёл.
Возможно, заинтересует кого-нибудь из слушателей АКОСа этого года.
Во второй половине курса было много задач, в которых использовали…
-
**Exception**
```
ValueError: The columns in the computed data do not match the columns in the provided metadataOrder of columns does not match
```
**Repro code**
```
from dask.dataframe import …
-
- Don't use `float` for bitcoin
- Parse recieving kennitala in mailchecker
- Use kronas instead of percentage for VSK
- Sign responses from record (most reliable way to serialize and deserialze json …
-
Since the tqdm object is created in the inner_generator, it is not available from the outside, thus the caller cannot call set_description()
```
import pandas as pd
import numpy as np
from tqdm …
-
```
...
while True:
fit = bot.search(...,max_buy=400)
for x in fit:
if count >= 100: break
flag = bot.bid(x['tradeId'], x['buyNowPrice'], fast=True)
print("bot %…