The Wayback Machine - https://web.archive.org/web/20200618183513/https://github.com/topics/mann
Skip to content
#

mann

Here are 9 public repositories matching this topic...

softgearko
softgearko commented Jan 19, 2018

When I run 'python3 copy_task.py --rnn_num_layers 3 --rnn_size 64 --max_seq_length 10 --memory_size 20 --memory_vector_dim 8 --vector_dim 4' , I got an error about argument converting.
So, I added "type=int," or "type=float" into add_argument()s in copy_task.py.

def main():
    parser = argparse.ArgumentParser()
    parser.add_argument('--mode', default="train")
    parser.add_argument

Improve this page

Add a description, image, and links to the mann topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mann topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.