kalai2033

Results 8 issues of kalai2033

I would like to perform the NER task for my problem. I would like to know if NER uses POS Tagging knowledge in any way during the process. If not,...

question

Hi, I am getting a below error when i load run the cmd after loading my model: hl.build_graph(model,daa) ValueError: `model` input param must be a PyTorch, TensorFlow, or Keras-with-TensorFlow-backend model.

Hi, I am using your pre trained model craft_mlt_25k.pth for text detection. i have modified the test.py as per my use case and it always process only one image for...

Im trying to run your pretrained model on my images. I have windows 10 os and have no GPU and Nvidia CUDA. So help me how to run the demo...

I have completed the training successfully using Image2Image.py. But I could not test the model using test images. Whenever i run with --eval , the model generates the inference for...

I have trained your FactorGAN model with following command. !python Image2Image.py --cuda --batchSize=2 --loadSize 256 --dataset "fg" --num_joint_samples 366 --factorGAN 1 --experiment_name "fgval" I have 366 images in my Train...

i have a custom dataset with 300 image pairs. I have used to pix2pix/cycleGAN models for image translation task. I have got some good interesting results. But the generation of...

help wanted
question

!python train.py --dataroot ./datasets --model pix2pix --dataset_mode aligned --which_model_netG resnet_9blocks --which_direction AtoB --super_epoch 50 --super_epoch_start 0 --super_mode aligned --super_start 1 --name mygan_70 --no_dropout Traceback (most recent call last): File "train.py",...

version mismatch