Skip to content

Instantly share code, notes, and snippets.

@gushart
gushart / convert_weights.py
Last active June 2, 2019 13:15 — forked from hollance/convert_weights.py
SE-ResNet-50 in Keras
# Convert SE-ResNet-50 from Caffe to Keras
# Using the model from https://github.com/shicai/SENet-Caffe
import os
import numpy as np
# The caffe module needs to be on the Python path; we'll add it here explicitly.
import sys
caffe_root = "/path/to/caffe"
sys.path.insert(0, caffe_root + "python")
@gushart
gushart / gcp_setup.md
Last active January 4, 2023 13:49
GCP setup for deep learning

GCP setup for deep learning

There is a lot of guides in the Internet how to start deep learning with GCP. But in all of them there are lots of mistakes or they are incomplete, or manuals are too old. I tried to collect the most important information how to run VM instance and start working with deep learning

Please citate this gist or my github profile if you use it or part of it
Also I'm ready to answer you questions and I would be very happy if you rate my work. Thank you.

Contents:

VM setup starting steps
Creating and configuring a VM instance
[Workflow setting up](https://gist.github.com/gushart/0c5