Skip to content

Commit 99dd6e6

Browse files
committed
Added readme
1 parent 3853846 commit 99dd6e6

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

single_patch_orientation/README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Single patch orientation using pre-trained AlexNet
2+
3+
Test pre-trained AlexNet with various orientation stimuli used in psychophysics to see if the model shows similar behaviors as in human observers.
4+
5+
## Usage
6+
The main Python file for this project is `alexnet_to_orientation.py`.
7+
An example usage of this script is:
8+
9+
```
10+
$ python alexnet_to_orientation.py --epochs 10 \
11+
--save-model --model-name 'alexNet_broadband_multiorinoise_naturaloriprior' \
12+
--if-more-noise-levels
13+
```
14+
15+
For all options and command-line arguments, please use:
16+
17+
```
18+
$ python alexnet_to_orientation.py -h
19+
```

0 commit comments

Comments
 (0)