-
We should move the OCT conversion script from `scripts` to `linc_convert/modalities/oct`.
@calvinchai
-
我想做继续预训练,使用tools/hf2megads_weight_converter.py脚本将hf模型转换为megads格式,但是我不理解为什么在模型转换的时候也需要各种跟训练相关的参数?
![image](https://github.com/user-attachments/assets/8c63b6cd-bf08-4cb9-8226-6adfc723f3e6)
-
The following lays out steps required for us to incorporate the capabilities of having swell convert bufr files to IODA on the fly. This is an edited version of the original written by @Dooruk. I will…
-
## Problem
Some units in the CMOR tables are listed as `0.001` or `1`. At the same time, the model output also have similar units. These units typically correspond to dimensionless units for exampl…
-
If I have a BaseNode with Map type relationships defined with a base class
``` java
@Node
public class BaseNode {
@Id
@GeneratedValue
private UUID id;
@Relationship(directio…
-
Timeline values should be specifiable in any unit and converted at the end by merging with device specifications.
-
Notion Link: https://www.notion.so/Task-Conversion-from-GitResourceMap-to-ArtefactExchangeJson-13cfe271b0e2802ea79ae4cd9b51d20e
Notion Content:
-
This issue captures some changes that can be implemented to reduce or localize slot-to-wallclock conversions in our code.
- [ ] 1) We could replace[`blockForgeUTCTime`](https://github.com/input-out…
-
I want to implement Opensim ConditionalPathpoint in the Mujoco model.
I saw that the official Leg6 did not convert the ConditionalPathpoint feature.
So how do I implement Opensim conditionalpathpoi…
-
**Describe the bug**
The backend parameters are of type Long, while the API generated by OpenAPI is of type number. Reading Long type data and converting it to number type may result in accuracy loss…