Skip to content

Instantly share code, notes, and snippets.

View dheerajmpai's full-sized avatar
💭
Learning to code

Dheeraj Pai dheerajmpai

💭
Learning to code
View GitHub Profile
@dheerajmpai
dheerajmpai / flutterflow.sh
Created May 8, 2021 10:52
Scrypt to re-add .github on flutterflow branch
git checkout flutterflow
git branch
git pull origin flutterflow --no-edit
cp -r ../.github/ ./
cp ../flutterflow.sh ./
git add .
git commit -m workflow
git push origin flutterflow
git branch
git checkout main

Deep Learning Resources

  1. Google colab - for free gpu..
  2. Papers with code - latest research with code.
  3. Fast.ai - simple tutorials with jupyter notebooks.
  4. Tensorflow tutorials. Pytorch tutorials - All of them have google colab notebooks to get started.
  5. Tensorflow hub - pretrained models for reuse.
  6. ONNX (open neural network exchange) - Easily convert models from one language to other. (Pytorch to TF etc)
  7. TensorRT - for optimizing models for production
  8. AWS, GCP, Paperspace and other clould services have servers with preinstalled libraries to put the models for production in one click.
#!/bin/bash
pip install pyserv
serv