Skip to content

Commit

Permalink
Quartz sync: Mar 12, 2024, 12:46 AM
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray Song committed Mar 12, 2024
1 parent ef5a1f0 commit b072d3e
Show file tree
Hide file tree
Showing 50 changed files with 46 additions and 16 deletions.
9 changes: 9 additions & 0 deletions content/2024/SP/FDM/FIDELIS.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: FIDELIS
draft: false
tags:
- Fab
- FDM
---
# FIDELIS: Fine Detail Enhancement Layer for Intelligent Slicing
FIDELIS revolutionizes 3D printing by introducing an innovative layer of intelligence to traditional slicing processes. This groundbreaking tool enhances G-code files, enabling 3D printers to achieve unprecedented levels of detail and precision. By integrating seamlessly with existing slicer software, FIDELIS empowers makers, engineers, and designers to transcend the limitations of current 3D printing technology, unlocking the potential to create intricate designs that were previously impossible.
11 changes: 11 additions & 0 deletions content/2024/SP/FSM/Finite-State Machine.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
title: Finite-State Machine
draft: false
tags:
- Robotics
- NLP
---
## Automatic Finite-State Machine Generation for Robotic Tasks from Natural Language Specifications
Guided by Maya Cakmak

Finite State Machines (FSMs) are a common representation used in programming robots due to their expressivity and alignment with how robot tasks tend to be modularized. However creating complete, robust FSMs for different tasks is tedious and error-prone. Further, for any high level preference change, such as level of desired human assistance, many parts of an FSM needs to be re-written. In this project we will explore generation of robot FSMs from specifications, using large language models (LLMs).
File renamed without changes.
9 changes: 9 additions & 0 deletions content/2024/WI/Diffsinger/Diffsinger Extension Outcome.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Poster
![[DiffSinger_onsite.jpeg]]

![[Diffsinger_poster.jpeg]]
# Report
![[DiffSinger_Final_Report.pdf]]
# Backup Files
- [Project Files](https://drive.google.com/drive/folders/1PeiqJu7w6yDMuU8WOwvcmT6bMogVWaO2?usp=sharing)
- [Poster File](https://docs.google.com/presentation/d/1V_-B94GnuYvHmKPHEFAnztEXdyFL7qtK/edit?usp=sharing&ouid=112307527150697216077&rtpof=true&sd=true)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion content/FDM/FIDELIS.md → content/2024/WI/FDM/FIDELIS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ tags:
# FIDELIS: Fine Detail Enhancement Layer for Intelligent Slicing
FIDELIS revolutionizes 3D printing by introducing an innovative layer of intelligence to traditional slicing processes. This groundbreaking tool enhances G-code files, enabling 3D printers to achieve unprecedented levels of detail and precision. By integrating seamlessly with existing slicer software, FIDELIS empowers makers, engineers, and designers to transcend the limitations of current 3D printing technology, unlocking the potential to create intricate designs that were previously impossible.

- [[FDM/FIDELIS Week 8-9 Update]]
- [[FIDELIS Week 8-9 Update]]
- [[FIDELIS Week 6-7 Update]]
- [[FIDELIS Week 5 Update]]
- [[FIDELIS Week 1-4 Update]]
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Poster
![[nera_onsite.jpeg]]


![[nera-poster.png]]
# Report

# Backup Files
[Poster File in Figma](https://www.figma.com/file/9Z8m72S4z5uCLbJAEGFnQz/447-Poster?type=design&mode=design&t=hbuqIfIYlSZmteuM-1)
- [Project Files](https://drive.google.com/drive/folders/1zS4bo9v-ND-Jztv0pRoWCy-y7BtilnDB?usp=sharing)
- [Poster File in Figma](https://www.figma.com/file/9Z8m72S4z5uCLbJAEGFnQz/447-Poster?type=design&mode=design&t=hbuqIfIYlSZmteuM-1)
# Not a Dataset
## Stage A
wandb: Run summary:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ gdown Google-Drive-Shared-Link -O Local-Folder-Path --folder
3. Prepare the [W&B API key](https://wandb.ai/authorize) if your code is using `wandb` to monitor training.
4. `source ~/.bashrc` is a good friend to refresh `bash` and get some your new packages working.
# Before this
We spent a night trying to make Vera running on Colab, but we failed. It seems that Colab doesn't support `conda` very well, this the same issue I had in [[Finite-State Machine]] project. But it was helpful to know you could install some libraries on Colab permanently from [a blog post](https://netraneupane.medium.com/how-to-install-libraries-permanently-in-google-colab-fb15a585d8a5) sent by Jay. So we shifted to Google Cloud, it should work similarly as Colab works except GUI. It turned out, Google Cloud supports `conda` much better than Colab, the environment setup was smooth.
We spent a night trying to make Vera running on Colab, but we failed. It seems that Colab doesn't support `conda` very well, this the same issue I had in [[2024/WI/FSM/Finite-State Machine]] project. But it was helpful to know you could install some libraries on Colab permanently from [a blog post](https://netraneupane.medium.com/how-to-install-libraries-permanently-in-google-colab-fb15a585d8a5) sent by Jay. So we shifted to Google Cloud, it should work similarly as Colab works except GUI. It turned out, Google Cloud supports `conda` much better than Colab, the environment setup was smooth.
# Related Links
- [Accelerate Library](https://huggingface.co/docs/accelerate/en/index), enables the same PyTorch code to be run across any distributed configuration.
- [W&B](https://wandb.ai/site), AI developer platform, with tools for training models, fine-tuning models, and leveraging foundation models.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
Binary file added content/2024/WI/Nera/files/nera-poster.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes.
6 changes: 0 additions & 6 deletions content/Diffsinger/Diffsinger Extension Outcome.md

This file was deleted.

Binary file removed content/Nera/files/nera-poster.png
Binary file not shown.
4 changes: 2 additions & 2 deletions content/graph.canvas
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"nodes":[
{"id":"b7b0a28c5c005b9f","x":-400,"y":-220,"width":400,"height":400,"type":"file","file":"Nera/Nera - Vera Extension.md"},
{"id":"60a85702084a5d52","x":180,"y":-220,"width":400,"height":400,"type":"file","file":"Nera/Nera Weekly Update 1.md"}
{"id":"b7b0a28c5c005b9f","x":-400,"y":-220,"width":400,"height":400,"type":"file","file":"2024/WI/Nera/Nera - Vera Extension.md"},
{"id":"60a85702084a5d52","x":180,"y":-220,"width":400,"height":400,"type":"file","file":"2024/WI/Nera/Nera Weekly Update 1.md"}
],
"edges":[
{"id":"15d9f1f434676ae4","fromNode":"b7b0a28c5c005b9f","fromSide":"right","toNode":"60a85702084a5d52","toSide":"left"}
Expand Down
13 changes: 10 additions & 3 deletions content/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,15 @@ tags:
---
# 👋
This is Ray's research process documentation. Thanks for stopping by!
## Winter 2024
- 🤖 [[Finite-State Machine]]

# 2024
## Spring
- 🤖 [[2024/SP/FSM/Finite-State Machine|Finite-State Machine]](Continued)
- 🪡 [[2024/SP/FDM/FIDELIS|FIDELIS]](Continued)
- 🦾 Robot Common Sense(Proposal)
- MISL(Potential)
## Winter
- 🤖 [[2024/WI/FSM/Finite-State Machine|Finite-State Machine]]
-[[Nera - Vera Extension]]
- 🎤 [[Diffsinger Extension]]
- 🪡 [[FIDELIS]]
- 🪡 [[2024/WI/FDM/FIDELIS|FIDELIS]]
2 changes: 1 addition & 1 deletion content/log.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- 02-06-2024: To improve code readability, transfer all documentations from Google Doc to Obsidian, and hosting with [Quartz](https://quartz.jzhao.xyz/) online. Simple and good. Love it.
- 02-08-2024: Start document [[Diffsinger]] notes.
- 02-09-2024: Start document [[FIDELIS]] notes.
- 02-09-2024: Start document [[2024/WI/FDM/FIDELIS]] notes.

0 comments on commit b072d3e

Please sign in to comment.