🎶 https://youtu.be/Y3ywicffOj4 😴
neuralnet.py
defines network, training, dreaming, neuron-selectortrain.py
trains initial NNdream.py
starts dreaming for a given modeldatagen.py
functions for generating dataAnalyzeDream.ipynb
to load and analyze dreaming data by hand
module load anaconda/3/2021.11
virtualenv --python=python3.9 venv
source venv/bin/activate
pip install -r requirements.txt
for data generation, configure configs/datagen.yaml
, and run
sbatch startup/datagen
or
sbatch startup/datagen_parallel
for training, configure configs/train.yaml
, and run
sbatch startup/train
models and config files are saved
for dreaming, configure configs/dream.yaml
, and run
sbatch startup/dream
useful commands:
du -h filename
(size of file)