Cristina Garbacea

Results 14 issues of Cristina Garbacea

Hi! I am trying to train a model using your code, however I am confused about which parameters to use. I am currently getting the error below: raceback (most recent...

Hi, thanks for the nice toolkit! I have a question regarding evaluating a list of hypothesis sentences (5,000 in total) against a reference corpus which contains 170,000 sentences. If I...

enhancement

In Main.py, line 22 (https://github.com/CR-Gjx/LeakGAN/blob/master/Image%20COCO/Main.py#L22 ) START_TOKEN is set to 0. I wonder is it possible to use LeakGAN to generate text samples in batch where each sample starts with...

I would like to see if the model improves during training or is overfitting. To this end, I would like on the one hand to add accuracy as a metric...

When trying to train an encoder decoder model with attention by calling the script experiments/wikilarge/encdeca/train.sh, I get the error message: "module 'shortcut' not found:No LuaRocks module found for shortcut", although...

I would like to plot the training and validation loss and accuracy of the best performing model returned by hyperas. How can I see the training history of the best...

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-classification-models-tf/cnn_models/vd_cnn.py", line 70, in __init__...

Can you please provide instructions on how to get *.map files (for example ../text_simplification_data/test2/nmap/test.8turkers.tok.map) and *.features (for example text_simplification_data/test2/ncomp/test.8turkers.tok.norm.features) using your code? It would be great if you could share...

Can you please share the command to sample from the pre-trained model you made available? Thanks!

What version of Tensorflow is needed to run the code?