edit dl4traj project config
This commit is contained in:
parent
3be15e057b
commit
df555ad985
1 changed files with 9 additions and 2 deletions
|
|
@ -121,9 +121,16 @@ in
|
||||||
description = "Deep Learning for Trajectory";
|
description = "Deep Learning for Trajectory";
|
||||||
windows = [
|
windows = [
|
||||||
{
|
{
|
||||||
name = "";
|
name = "book";
|
||||||
path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories";
|
path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories/DL4Traj-latex";
|
||||||
ai = true;
|
ai = true;
|
||||||
|
git = true;
|
||||||
|
shell = false;
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "proj";
|
||||||
|
path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories";
|
||||||
|
ai = false;
|
||||||
git = false;
|
git = false;
|
||||||
shell = true;
|
shell = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue