🎶 https://youtu.be/Y3ywicffOj4 😴
neuralnet.pydefines network, training, dreaming, neuron-selectortrain.pytrains initial NNdream.pystarts dreaming for a given modeldatagen.pyfunctions for generating dataAnalyzeDream.ipynbto 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)