Commit 045f3352 authored by Yuxin Wu's avatar Yuxin Wu

Remove never-used shebang lines. It causes my editor to chmod+x files.

parent 817a7ecf
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: timitdata.py
# Author: Yuxin Wu <ppwwyyxxc@gmail.com>
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: DQNModel.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: atari.py
# Author: Yuxin Wu <ppwwyyxxc@gmail.com>
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: atari_wrapper.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: common.py
# Author: Yuxin Wu <ppwwyyxxc@gmail.com>
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: expreplay.py
# Author: Yuxin Wu <ppwwyyxxc@gmail.com>
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: disturb.py
# Author: Yuxin Wu <ppwwyyxxc@gmail.com>
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: dorefa.py
# Author: Yuxin Wu <ppwwyyxxc@gmail.com>
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: basemodel.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: coco.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: common.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: config.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: data.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: eval.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: model.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: box_ops.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: viz.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: GAN.py
# Author: Yuxin Wu <ppwwyyxxc@gmail.com>
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: imagenet_utils.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: resnet_model.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: embedding_data.py
# Author: tensorpack contributors
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# Author: Your Name <your@email.com>
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: concurrency.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: graph.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: hooks.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: inference_runner.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: monitor.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: param.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: prof.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: stats.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: steps.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: summary.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: trigger.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: keras.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: base.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: bsds500.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: cifar.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: ilsvrc.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: mnist.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: svhn.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: _test.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: convert.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: geometry.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: meta.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: noise.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: paste.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: transform.py
......@@ -134,7 +133,7 @@ if __name__ == '__main__':
print(coords)
draw_points(image, coords)
#viz = cv2.resize(viz, (1200, 600))
# viz = cv2.resize(viz, (1200, 600))
orig_image = cv2.resize(orig_image, (600, 600))
image = cv2.resize(image, (600, 600))
viz = np.concatenate((orig_image, image), axis=1)
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: parallel_map.py
import numpy as np
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: raw.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: remote.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: distributed.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: model_desc.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: predict.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: training.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: utils.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: input_source.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: input_source_base.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: _old_batch_norm.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: _test.py
......@@ -33,7 +32,7 @@ def run_test_case(case):
if __name__ == '__main__':
import tensorpack
from tensorpack.utils import logger
from . import *
from . import * # noqa
logger.setLevel(logging.CRITICAL)
subs = tensorpack.models._test.TestModel.__subclasses__()
for cls in subs:
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: batch_norm.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: common.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: conv2d.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: fc.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: image_sample.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: layer_norm.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: linearwrap.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: nonlin.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: pool.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: shape_utils.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: shapes.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*- File: softmax.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: tflayer.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: utils.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: base.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: concurrency.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: dataset.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: multigpu.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: argscope.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: collection.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: common.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: distributed.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: gradproc.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: optimizer.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: scope_utils.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: sesscreate.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: tower.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: varmanip.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: varreplace.py
# Credit: Qinyao He
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: base.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: config.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: interface.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: tower.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: trainers.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: utility.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: distributed.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: interface.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: multigpu.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: utility.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: argtools.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: debug.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: develop.py
# Author: tensorpack contributors
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: fs.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: globvars.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: gpu.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: loadcaffe.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: nvml.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: palette.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: rect.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: serialize.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: timer.py
......
#!/usr/bin/env python
# -*- coding: utf-8 -*-
# File: viz.py
# Credit: zxytim
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment