Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 2.81 KB

README.md

File metadata and controls

51 lines (32 loc) · 2.81 KB

F3DASM practical session

This is a repository for practical sessions and tutorial on f3dasm

Content

The repository contains the following files

  • Jupyter notebooks containing the information and exercises
  • .obj files to check if the exercises are done correctly
  • This README.md file

The solutions of exercises are not released before the session and will be made public afterwards

Getting started

Google Colab

Click on the button below to open the notebook in Google Colab

Session Exercises Exercises + solutions
Practical session 1 Open in Colab Open in Colab
Practical session 2 Open in Colab Open in Colab
Practical session 3 Open in Colab available later

Jupyter notebook locally

  1. Clone this repository locally: git clone https://github.com/mpvanderschelling/F3DASM_practical.git
  2. Make sure you have jupyter notebook installed in your environment: pip install notebook
  3. Navigate to the repository locally and open the jupyter notebook

Exercises

  • During the session you will be asked to solve little exercises.
  • You only have to write code in the cells which state ## YOUR CODE HERE ##
  • After this block, there is an assert-block (starting with ## CHECK ##) that checks if the results is correct!

3dasm course

Session Colab
Regression Open in Colab

Code release week

Session Colab
April 2023 Open in Colab