Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hasibzunair/plugnplay

Repo for code snippets that are reused in my projects.
https://github.com/hasibzunair/plugnplay

Last synced: about 2 months ago
JSON representation

Repo for code snippets that are reused in my projects.

Awesome Lists containing this project

README

        

## Plug & Play

This repo is for reference to code snippets that I reuse in my work. Don't pep8tify me!

### Install

```
conda update conda
conda env create -f macos_environment.yml
conda activate maskrec
```

An older version is here: https://github.com/hasibzunair/randomfun

### Some useful links

* ML Notes, [link](https://github.com/rasbt/machine-learning-notes)
* PyTorch Cheat Sheet, [link](https://github.com/pytorch/tutorials/blob/master/beginner_source/PyTorch%20Cheat.md)