Saad Muhammad Abdul Ghani

Results 7 issues of Saad Muhammad Abdul Ghani

Hi im using your app for test preparation and it would be really helpful to add a seed to allow for the randomizations

a lot of names have been changed. Such as obs.observation["minimap"] to obs.observation["feature_minimap"]. Similarly obs.observation["screen"] to obs.observation["feature_screen"]. Im only starting your tutorial so I dont know of other name changes but...

Hi, Eq 3 in the paper shows that the rounding is applied on x/sigma(k) but what I see in the implementation is: `tf.round(x * SCALE) / SCALE` in line 37...

Hi Christian, Is there any example code for visualizing the input .mha files along with landmarks/heatmaps and augmented .mha files? And thanks for making all this code publicly available! The...

Hey, thanks for the great repo! I noticed that the bits for random are not used in QG. They dont seem to be used at all. The original paper says...

QG function takes in 4 inputs on line 47 of models.wage_quantizer.py but is given 5 in the testing function on line 128. `def QG(x, bits_G, bits_R, lr):` `quant_data = QG(test_tensor,...

Hi PingjunChen! Thanks for the amazing research and keeping everything opensourced! Im looking through your DetJoint folder for where you've saved your YOLOv2 weights and you seem to save it...