Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/geyang/ram_startup
- Owner: geyang
- License: mit
- Created: 2022-11-19T17:32:55.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-01T21:17:19.000Z (about 2 years ago)
- Last Synced: 2024-11-11T21:40:08.429Z (2 months ago)
- Topics: geometric-deep-learning
- Language: Python
- Homepage:
- Size: 189 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 PyCharmThen you can run this with debug mode on t
- [ ] Introduce a bug
- [ ] use the debugger to fix it.