Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/geyang/ram_startup

Ram's Notes on geometric deep learning
https://github.com/geyang/ram_startup

geometric-deep-learning

Last synced: 10 days ago
JSON representation

Ram's Notes on geometric deep learning

Awesome Lists containing this project

README

        

# Machine Learning Startup Tutorial

## Basic Tutorials

- Go through this: [https://pytorch.org/tutorials/](https://pytorch.org/tutorials/)
- Go through this: [https://github.com/geyang/jaynes-starter-kit](https://github.com/geyang/jaynes-starter-kit)
- Go through this: [https://gitimmersion.com](https://gitimmersion.com/)

## How to debug in pycharm

For Ram

Before you start, make sure that you
1. Download JetBrains Toolbox
2. Download PyCharm

Then you can run this with debug mode on t
- [ ] Introduce a bug
- [ ] use the debugger to fix it.