when we put a link it just works...
we can take notes with lists
- this list
- this other list
- a
- b
when we put a link it just works...
we can take notes with lists
Procedure for setting up PyTorch for training and predicting with Inception CNN models. We were previously using Tensorflow + Keras, but are transitioning to PyTorch.
crc has instructions for python environment on cluster. Basically, we set up a new virtual environment on the cluster like this:
module purge
We chatted about approaches to microphone testing, recording impulse responses, simulating distant sound, and other topics. I need to email Curtis as a follow-up (get in touch with SMAART team, ask about crazy localizing mics, etc)
People are developing crazy microphones with many nodes for directionality (1000?).
People traditionally pop a balloon. In a large outdoor space, need a starter pistol to activate the space acoustically. But, since birds are not that loud a baloon is probably fine. Once, Curtis used a yacht cannon in a stadium.
These instructions are a work in progress
use Raspberry Pi imager on mac to install Raspberry Pi OS on a microSD card
From mac terminal:
tightvnc
: sudo apt update
(this might take a while) then sudo apt install tightvncserver
vncserver
then enter a password
(password has 8 character limit)Uploading the saved model object to a public location such as Box, OneDrive, etc
(1) model.save() in OpenSoundscape to save the entire model object, which can be re-loaded only in the same version as OpenSoundscape
(2) To enable use with other OpenSoundscape versions, save the weights dictionary and additional model information as a dictionary with torch.save. For instance: