Did you see it?
A computational model of inattentional blindness
Note: This is a work in progress.
- Clone the repo
git clone git@github.com:CNCLgithub/AdaptiveGorilla.git
- Navigate to the repo directory
cd AdaptiveGorilla
- Initialize the julia project
julia --project=.
followed byusing Pkg; Pkg.initialize()
If you run into an issue with one of the unregistered repos, you can simply add them again with Pkg.add(<THE GIT URL>)
- May need to configure gpu driver: https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/latest/install-guide.html#rootless-mode
Pull requests welcome!
In general please
- Fork the repo
- Make necessary commits to the relevant branch
- Submit a PR =)