Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/hasibzunair/plugnplay
- Owner: hasibzunair
- Created: 2022-06-09T02:03:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T00:43:28.000Z (7 months ago)
- Last Synced: 2024-06-12T07:56:15.906Z (7 months ago)
- Language: Python
- Homepage:
- Size: 1.75 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
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)