View gym-subproc-example.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import numpy as np | |
import gym | |
from baselines.common.vec_env.subproc_vec_env import SubprocVecEnv | |
env_name = 'Pendulum-v0' | |
nproc = 8 | |
T = 10 |
View plot-qpth-perf.py
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python3 | |
import argparse | |
import matplotlib as mpl | |
mpl.use('Agg') | |
import matplotlib.pyplot as plt | |
plt.style.use('bmh') | |
import numpy as np | |
import pandas as pd |
View torch-nans.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nan | |
1 nn.Sequential { | |
[input -> (1) -> (2) -> (3) -> (4) -> (5) -> (6) -> (7) -> (8) -> (9) -> (10) -> (11) -> (12) -> (13) -> (14) -> (15) -> (16) -> (17) -> (18) -> (19) -> (20) -> (21) -> (22) -> (23) -> (24) -> output] | |
(1): nn.SpatialConvolution(3 -> 64, 7x7, 2,2, 3,3) | |
(2): nn.SpatialBatchNormalization | |
(3): nn.ReLU | |
(4): nn.SpatialMaxPooling(3x3, 2,2, 1,1) | |
(5): nn.SpatialCrossMapLRN | |
(6): nn.SpatialConvolution(64 -> 64, 1x1) | |
(7): nn.SpatialBatchNormalization |
View svm.ipynb
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
View names.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
%22clamp%22 | |
%27chiyaan%27-vikram | |
%27mama%27-cass-elliot | |
%27snub%27-pollard | |
%27superfly%27-jimmy-snuka | |
%27weird-al%27-yankovic | |
%28-estrella-lin-%29-lin-wei-ling | |
%C3%B8yvind-larsen-runestad | |
02:58:54 10244 .DS_Stor | |
12012 |
View openface-data-example
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ tree data/mydataset/raw | |
person-1 | |
├── image-1.jpg | |
├── image-2.png | |
... | |
└── image-p.png | |
... | |
person-m |
View _OpenFaceAlignmentUpdate_Output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mean: 0.21204432748784804 | |
Stdev: 0.24856266429793847 |
View out
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0m-- ignore option data[0m | |
[0mnDonkeys[0m [0;36m0[0m [0;36m2[0m | |
[0m-- ignore option optimState[0m | |
[0m-- ignore option cache[0m | |
[0m-- ignore option retrain[0m | |
{ | |
testBatchSize : [0;36m12[0m | |
LR : [0;36m0[0m | |
batchSize : [0;36m128[0m | |
data : [1;30m"[0m[0;32m/home/bamos/fbcunn_imagenet/imagenet_raw_images[0m[1;30m"[0m |
View out
This file has been truncated, but you can view the full file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[0m-- ignore option data[0m | |
[0m-- ignore option optimState[0m | |
[0m-- ignore option cache[0m | |
[0m-- ignore option retrain[0m | |
{ | |
testBatchSize : [0;36m12[0m | |
LR : [0;36m0[0m | |
batchSize : [0;36m128[0m | |
data : [1;30m"[0m[0;32m/home/bamos/fbcunn_imagenet/imagenet_raw_images[0m[1;30m"[0m | |
netType : [1;30m"[0m[0;32malexnet[0m[1;30m"[0m |
View results
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Manually running script | |
test1: test Tue Jul 7 09:41:01 EDT 2015 | |
test2: test Tue Jul 7 09:41:01 EDT 2015 | |
email: test Tue Jul 7 09:41:01 EDT 2015 | |
# Running script in cron | |
Entry: * * * * * /home/bamos/tmp/test.sh |
NewerOlder