spam-classifier-liquid / sync-notebook.command
VoltageVagabond's picture
Update notebooks and project files
5a28a50 verified
raw
history blame
202 Bytes
#!/bin/bash
cd "$(dirname "$0")"
source venv/bin/activate
echo "Syncing fine_tune.py parameters into the notebook..."
echo ""
python3 sync_notebook.py
echo ""
echo "Press any key to close..."
read -n 1