Skip to content

Instantly share code, notes, and snippets.

View ababino's full-sized avatar

Andrés Babino ababino

  • Flashbots
View GitHub Profile
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ababino
ababino / 73_callback.captum-Copy1.ipynb
Created November 19, 2020 18:18
fastai/nbs/73_callback.captum-analysis.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ababino
ababino / tabular-export-learner-testing.ipynb
Last active November 13, 2020 08:28
tabular-export-learner-testing.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ababino
ababino / unet_learner_memory_leak.ipynb
Created November 10, 2020 16:03
unet_learner_memory_leak.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ababino
ababino / _05_unet_experiments.ipynb
Last active November 10, 2020 01:10
unet_experiments.ipynb
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ababino
ababino / loop
Created March 11, 2015 20:05
bash utils
#!/bin/bash
declare -a arr=('CB-5T-Mi-R-76243'
'CB-5T-Mi-R-37100'
'CB-5T-Mi-R-81762'
'CB-5T-Mi-R-24660');
for i in ${arr[@]};
do
echo $i;
@ababino
ababino / pipeline_conf.yml
Last active August 29, 2015 14:03
Files for CPAC
# Select False if you intend to run CPAC on a single machine.
# If set to True, CPAC will attempt to submit jobs through the job scheduler / resource manager selected below.
runOnGrid : False
# Full path to the FSL version to be used by CPAC.
# If you have specified an FSL path in your .bashrc file, this path will be set automatically.
FSLDIR : /usr/share/fsl/5.0