Dzmitry Bahdanau

Results 206 comments of Dzmitry Bahdanau

Thanks for your question. In fact, we are using .csv logs to compute when 99% success rate is reached. There is a PR underway that automates the process, you can...

Thanks does sound like a bug. I guess the bot should behave differently when it needs to pick smth up in the end of the execution and not in the...

Sorry for the delay, let me join the discussion. @chitwansaharia , why do we have to remove `DropSubgoal` from the stack that corresponds`Pickup the blue ball and go to the...

Wow, that was a quick response, thanks! Is this also the reason why primary key constraints are not declared in https://github.com/jkkummerfeld/text2sql-data/blob/master/data/geography-db.sql ?

Great to see that you want to get things right. Let me also share some extra analysis here. In principle, the purpose of primary and foreign key constraints is to...

Thanks for taking time to write down your thoughts, @dmitriy-serdyuk ! For the record, the difference between the proposal here and what @dwf used for batch norm is the following:...

One way to summarize your proposal is to have things inserted in the computation graph during the construction time, by means of using callbacks. This is a reasonable idea, but...

I tried [mnist_lenet](https://github.com/mila-udem/blocks-examples/tree/master/mnist_lenet) a few days ago, and it worked fine. On 17 February 2016 at 01:45, David Warde-Farley [email protected] wrote: > I'm not actually doing any additional transforming, just...

@memimo , can you please drop by at 3248 to discuss this ticket?

Summary of the discussion of @rizar, @memimo and @bartvm 1) Initialization schemes are stored in a role -> scheme dictionary attribute of a brick. 2) Each brick has a class...