mirror of
https://github.com/wassname/baukit.git
synced 2026-09-09 11:18:26 +08:00
Add demo notebook.
This commit is contained in:
Executable
+12
@@ -0,0 +1,12 @@
|
||||
#!/bin/bash
|
||||
|
||||
# Start from directory of script
|
||||
cd "$(dirname "${BASH_SOURCE[0]}")"
|
||||
|
||||
# Set up git config filters so huge output of notebooks is not committed.
|
||||
git config filter.clean_ipynb.clean "$(pwd)/ipynb_drop_output.py"
|
||||
git config filter.clean_ipynb.smudge cat
|
||||
git config filter.clean_ipynb.required true
|
||||
|
||||
# Set up directory for testing.
|
||||
ln -s ../torchkit .
|
||||
Reference in New Issue
Block a user