This file contains hidden or 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
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" |
This file contains hidden or 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
[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 |