Skip to content

xiaoweih/testingRNN

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Testing Recurrent Neural Networks:

Command to run:

python main.py --model <modelName> --criterion <criteriaName> --mode <modeName> -- output <output file path>

where

<modelName> can be in {sentiment,ucf101}

<criteriaName> can be in {NC,MCDC}

<modeName> can be in {test,train}

For example:

python main.py --model sentiment --criterion NC --mode test --output statistics/sentimentNC.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages