
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
github.com/ccnlab/deep-obj-cat/sims/wwi3d
wwi3d
does deep predictive learning of 3D objects tumbling through space, with periodic saccadic eye movements, providing plenty of opportunity for prediction errors. wwi = what, where integration: both pathways combine to predict object -- where (dorsal) pathway is trained first and residual prediction error trains what pathway.
This is (an updated version of) the model described in:
See Emergent Wiki Install page for installation instructions -- basically you need install Go (e.g., brew install go
on mac), then do go build
in this directory.
Then, you need to get CU3D100_20obj8inst_8tick4sac.tar
from this google drive folder, which has the 3D rendered movies that the network is trained on. Install it as images
in the directory where this code is. For example:
$ tar -xf CU3D100_20obj8inst_8tick4sac.tar
$ mv CU3D100_20obj8inst_8tick4sac images
(we usually have it in a centralized place and create a symbolic link, which works on the cluster too..)
Just run the wwi3d executable that is built with the go build
command. You can see how it processes processes input patterns, etc. It takes about 1 day to train across 32 processors on our older cluster (use go build -tags mpi
to build with mpi support), so it would take about 16 days without MPI. Threading has decreasing benefits but is quite efficient for 2 threads, which is what it is configured for.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.