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";
|
||||
windows = [
|
||||
{
|
||||
name = "";
|
||||
path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories";
|
||||
name = "book";
|
||||
path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories/DL4Traj-latex";
|
||||
ai = true;
|
||||
git = true;
|
||||
shell = false;
|
||||
}
|
||||
{
|
||||
name = "proj";
|
||||
path = homePath "Documents/Projects/Deep Learning for Spatiotemporal Trajectories";
|
||||
ai = false;
|
||||
git = false;
|
||||
shell = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue