Samira

Results 11 issues of Samira

Hello, I want to start using RGAN, but just in first experiment, I got this error: ``` python experiment.py --settings_file test File "experiment.py", line 62 G_sample = model.generator(Z, **generator_settings, reuse=True,...

Hello, I have installed all requirements but when I run the following command, I am getting a syntax error, would you please help me? > python scripts/train.py --save_path logs/baseline --data_path...

On windows, I run set_env.sh to use CPU, but when I run train script, I am getting following error: > Traceback (most recent call last): File "scripts/train.py", line 234, in...

Hello, I would like to compare your method with others, however, I am not sure how can I test or run eval on your model, would you mind to give...

Hello, I would like to apply your model to my real dataset but with any size of data I am getting the following error, any idea how can I solve...

Hello, I want to run the unsupervised BGAN with MNIST dataset using this command: `./run_bgan.py --data_path datasets --dataset mnist --num_mcmc 2 --out_dir ./results/ --train_iter 75000 --save_samples --n_save 100` But I...

Hello, I am trying to run your code but unfortunately there are a lot of errors to be solved, you have not specified the version of tensorflow, python and keras...

Hello, I want to have the BLEU score in addition to NLL and EmbSim, how can I add it to my metrics?

Hello, I am getting the following error while running python dataset/generation/dataset.py in the Financial directory: ``` Traceback (most recent call last): File "dataset/generation/dataset.py", line 262, in generate_dataset(args) File "dataset/generation/dataset.py", line...

Hello, I downloaded the dataset and then run `python preprocess_text.py --trainfile data/yahoo/train.txt --valfile data/yahoo/val.txt --testfile data/yahoo/test.txt --outputfile `data/yahoo/yahoo` then when I want to run `python train_text.py --train_file data/yahoo/yahoo-train.hdf5 --val_file data/yahoo/yahoo-val.hdf5...