add bent project
This commit is contained in:
parent
c356419856
commit
b225a75766
1 changed files with 14 additions and 1 deletions
|
|
@ -118,7 +118,7 @@ in
|
||||||
};
|
};
|
||||||
|
|
||||||
dl4traj = {
|
dl4traj = {
|
||||||
description = "DAKI3 2025 Semester";
|
description = "Deep Learning for Trajectory";
|
||||||
windows = [
|
windows = [
|
||||||
{
|
{
|
||||||
name = "";
|
name = "";
|
||||||
|
|
@ -130,5 +130,18 @@ in
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
bent = {
|
||||||
|
description = "Trajectory Learning Benchmark";
|
||||||
|
windows = [
|
||||||
|
{
|
||||||
|
name = "";
|
||||||
|
path = homePath "Documents/Projects/Trajectory Modeling Benchmark/BenT-code/";
|
||||||
|
ai = true;
|
||||||
|
git = true;
|
||||||
|
shell = true;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue