You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I have already identified the error, which is in the --nsamples flag. The correct way is to write --nsample. I just have made a pull request fixing this in the README file.
thanks.
Hi
After run the example:
python generate.py --vocab data/chembl/vocab.txt --model ckpt/chembl-pretrained/model.ckpt --nsamples 1000
I got the error when passing the argument --nsamples
usage: generate.py [-h] --vocab VOCAB [--atom_vocab ATOM_VOCAB] --model MODEL
[--seed SEED] [--nsample NSAMPLE] [--rnn_type RNN_TYPE]
[--hidden_size HIDDEN_SIZE] [--embed_size EMBED_SIZE]
[--batch_size BATCH_SIZE] [--latent_size LATENT_SIZE]
[--depthT DEPTHT] [--depthG DEPTHG] [--diterT DITERT]
[--diterG DITERG] [--dropout DROPOUT]
generate.py: error: unrecognized arguments: --nsamples 1000
When I remove this arguments everything is ok.
The text was updated successfully, but these errors were encountered: