-
## Background
While implementing tagging tests, a number of bugs with the `slugify()` code and tagging were revealed. In particular, issue #123 and #124 have started a discussion around what we w…
-
I would like to make application that use pretrained model. However, how can I load the model and feed single string (not whole file) to get single output ?
-
Sample snippets to reproduce the inconsistency issue:
```
import random
import mxnet as mx
import numpy as np
import gluonnlp as nlp
import uuid
# mx.__version__ '1.5.0' (mxnet-cu100mkl)
…
-
Functions for creating new UUID instances that require parsing or other additional logic should be freestanding as is common in the Kotlin STD (e.g. `listOf`, `setOf`, `mapOf`).
```kotlin
fun uuid…
-
#1173 suggests that `uuid4` is the recommended way to generate UUIDs (as opposed to `uuid1`), it would be useful to document this somewhere.
This is of course relevant mostly to package template ge…
tpapp updated
4 years ago
-
example :
$uuid1 = Uuid::uuid1();
echo $uuid1->toString() . "\n"; // i.e. e4eaaaf2-d142-11e1-b3e4-080027620cdd
$uuid1 = Uuid::uuid1(7); // for length 7
-
## Description
### What steps will reproduce the problem?
At start of the app- Spyder has encoun. int prblm.
### Traceback
```python-traceback
File "/Users/ShivaRajBhandari/anaconda/lib/python2…
-
## Context
In preparation for the /api/v1/projects endpoint, we'll need a fixtures file for projects.json
## Acceptance criteria
[ ] Create a projects.json fixtures file
[ ] Include 10 blocks of…
-
logs are
```
Initialized logging
VERSION: master:eaf64acb
HG REVISION: UNKNOWN
SHORT VERSION: alpha4
BASEMESH VERSION: hm08
IS BUILT (FROZEN): No
IS RELEASE VERSION: No
DEFAULT ENCODING: ut…
-
Hi,
I have a small usability issue with the CLI that I think could be fixed pretty easily.
I've got two GitHub account, my main one that I must secure as well as possible and a second one that…