-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to find the data iterator used for validation #42
Comments
Hi, groundhog isn't supported or development anymore. We use blocks. See the https://github.com/lisa-groundhog/GroundHog On Thu, Dec 10, 2015 at 1:31 PM, papar22 [email protected] wrote:
|
To be honest, I knew that. I am using blocks as well. But I need some changes in groundHog as I already have some models and impelementations using it. That' s why I asked this question. |
Ok, maybe someone else can answer, I don't know groundhog, so I can't On Thu, Dec 10, 2015 at 4:07 PM, papar22 [email protected] wrote:
|
@papar22 Hi, did you solve this problem? I am using this lisa-groundhog, and I think it's necessary to use validate data. Could you help? Thanks. |
Hi, if any of you guys have an answer to this questions I'd love to know. Right now it seems to me that there is no way to run validation between epochs. |
Just a note, this repo isn't supported anymore and isn't developed. Just to let you know. On Wed, Nov 2, 2016 at 7:56 AM, Lotemp [email protected] wrote:
|
Hi everybody,
I want to validate the training progress using perplexity after some iterations. As it has been mentioned in mainLoop.py, I have to specify "param valid_data: data iterator used for validation". But I don't find the Iterator class for validation. As I used the same like train_data, I get an error considering the queue. It would be appreciated, if someone let me know, how to validate my training which needs validation iterator.
Thanks
The text was updated successfully, but these errors were encountered: