riedelcastro / thebeast

Automatically exported from code.google.com/p/thebeast
GNU Lesser General Public License v3.0
1 stars 0 forks source link

Saving path for weights #7

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I have noticed that for saving weight files I need to put the path relative
to were thebeast is running, while for loading it's relative to the include
file.

This is the example:
From directory ./ I call an script located in data directory which contains
the line:
 save weights to dump "data/models/ovis_dev_train.weights.combine.beast";
after training.

But for testing, I load the weigths with a script located in data directory
which contains the line:
 load weights from dump "models/ovis_dev_train.weights.combine.beast";

I think, it will be better if for saving I use the line:
 save weights to dump "models/ovis_dev_train.weights.combine.beast";
This is without data, since the script is alredy runnin there.

Also, I remember having some issues with relatives paths, it wouldn't
recognize them, but then I switched to absolute paths, and no prob. 

Original issue reported on code.google.com by ivanvlad...@gmail.com on 18 Jun 2007 at 9:55

GoogleCodeExporter commented 9 years ago

Original comment by sebastian.riedel@gmail.com on 26 Jun 2007 at 4:13

GoogleCodeExporter commented 9 years ago
Dough !

Original comment by ivanvlad...@gmail.com on 26 Jun 2007 at 7:02