-
-
i find the bilm/model/dump_token_embeddings is not useful for the token format imput?
cause the char_cnn is not accessible to the token format input while dumping token embeddings
def dump_token…
-
-
It crashes in Tensorflow 1.4 with the error below:
Traceback (most recent call last):
File "train.py", line 47, in
model = VDCNN(alphabet_size, CHAR_MAX_LEN, NUM_CLASS)
File "text-class…
-
https://github.com/srviest/char-cnn-text-classification-pytorch/blob/f269894ad40ef4d716b76b24db20379f102cae37/test.py#L44
This line should call `getClassWeight()`
It currently calls the deprecated…
-
Hi,
Thank you for your work. When I try to run your code, I got an error:
Char CNN Encoder..
Traceback (most recent call last):
File "train_acc.py", line 752, in
exp = NLIExperiment(inje…
-
Using Python 3.5
I tried to run this project with its basic settings and cannot even run main.py as it claims there's a missing module.
Though __init__.py in the models folder says it can't find T…
-
When unchecking the "#autotag" prefix and simultaneous unchecking "autotags:" OpenAI returns an empty array...
With prefix:
[17/10/2023, 00:02:41] [autotag][dbg] Finding tags for user-selected tex…
-
When do predict i have got error after 7200 step:
```
CRITICAL:root:Saved model d:\Django\multi-class-text-classification-cnn\trained_model_1485372325\checkpoints\model-7200 at step 7200
CRITICAL…
-
Hi,
I am trying to deploy an object detection model on the AI-deck.
I have a Yolov8n model which I exported as .tflite format. The tflite model is quantised using NNTool.
When I try to compi…