Daniela Massiceti

Results 5 issues of Daniela Massiceti

Hi there In the function ```get_lr()``` in ```bit_hyperrule.py```, when step == 0, the returned learning rate is 0.0. I wanted to check if this is a bug or intentional?

Hi, I get a "module object has no attribute 'RegisterShape' error generated from this file. I have changed ``` @tf.RegisterShape('RoiPool') ``` to ``` @ops.RegisterShape('RoiPool') ``` I am unfamiliar with tensorflow...

enhancement

This PR: * adds in functionality which checks what modules have their MACs counted, and prints out a list of those that require a custom_ops function to be written. *...

If a general attendee hasn't completed the registration form (i.e. there is no entry for them in the 'registration' table) and they have not paid their attendance fee (i.e. confirmed...

bug

Hi there I am trying to understand Table 1 in the paper -- specifically the "Fine-grained_CUB" and "Composition" columns. For the Fine-grained_CUB column, can you please point me to the...