Commit 2c44a4b7 authored by Neal Wu's avatar Neal Wu Committed by GitHub
Browse files

Merge pull request #1448 from tensorflow/adversarial-crypto-updates

README updates for adversarial_crypto
parents e89f891e 93f77b38
...@@ -11,8 +11,8 @@ running TensorFlow 0.12 or earlier, please ...@@ -11,8 +11,8 @@ running TensorFlow 0.12 or earlier, please
## Models ## Models
- [adversarial_text](adversarial_text): semi-supervised sequence learning with - [adversarial_crypto](adversarial_crypto): protecting communications with adversarial neural cryptography.
adversarial training. - [adversarial_text](adversarial_text): semi-supervised sequence learning with adversarial training.
- [attention_ocr](attention_ocr): a model for real-world image text extraction. - [attention_ocr](attention_ocr): a model for real-world image text extraction.
- [autoencoder](autoencoder): various autoencoders. - [autoencoder](autoencoder): various autoencoders.
- [cognitive_mapping_and_planning](cognitive_mapping_and_planning): implementation of a spatial memory based mapping and planning architecture for visual navigation. - [cognitive_mapping_and_planning](cognitive_mapping_and_planning): implementation of a spatial memory based mapping and planning architecture for visual navigation.
......
...@@ -32,7 +32,9 @@ Requires Tensorflow r0.12 or later. ...@@ -32,7 +32,9 @@ Requires Tensorflow r0.12 or later.
After installing TensorFlow and ensuring that your paths are configured After installing TensorFlow and ensuring that your paths are configured
appropriately: appropriately:
python train_eval.py ```
python train_eval.py
```
This will begin training a fresh model. If and when the model becomes This will begin training a fresh model. If and when the model becomes
sufficiently well-trained, it will reset the Eve model multiple times sufficiently well-trained, it will reset the Eve model multiple times
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment