Skip to content

Instantly share code, notes, and snippets.

@aiworld
aiworld / deep_drive_model.prototxt
Last active August 10, 2021 06:03
DeepDrive - Vision model that drives in GTAV
name: "GTANet"
# Can be used with pretrained Caffenet (AlexNet architecture).
# Layers with names containing 'gtanet' are not transferred from Caffenet.
layer {
name: "gta_frames_input_layer"
type: "HDF5Data"
top: "images"
top: "targets"
@aiworld
aiworld / twitch_stream.conf
Created October 5, 2014 20:35
twitch supervisor conf /etc/supervisor/conf.d/twitch_stream.conf
[program:twitch_stream]
command=/s/caffe/examples/dqn/twitch/twitch_stream.sh
autostart=true
autorestart=true
stderr_logfile=/var/log/twitch_stream.err.log
stdout_logfile=/var/log/twitch_stream.out.log