We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3853846 commit 99dd6e6Copy full SHA for 99dd6e6
single_patch_orientation/README.md
@@ -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