Computer Vision News - March 2018

Installation: Installation is a simple three step process: 1. Install TensorFlow r0.12.1 (gpu is also supported) 2. To install all the dependency packages, under the project dir, run: pip install -r requirements.txt 3. To set up the mongodb, you must first have mongodb installed on your system and have a mongodb instance running. More details Usage: ● For Run Training Test, on PTB datasets: python -m tests.test_language_model --config_path=./config/model/lstm.yml -- data_path=./cached_data/simple-examples/data ● Training an RNN model using predefined procedures, run: python -m tests.train_with_db --config_path=./config/model/lstm-large3.yml ● Visualizing the hidden states of a model: ○ First record the hidden states of the model by running it on a dataset: python -m tests.test_eval_record --config_path= ./config/model/lstm-large3.yml ○ Then, to run the visualization server: python -m rnnvis.main server 14 Tool We Tried for You: RNNVis Computer Vision News

RkJQdWJsaXNoZXIy NTc3NzU=