PhilGlau

Results 33 comments of PhilGlau

Feel free to change or make suggestions. The progress 'print' is for python 3. Could be eliminated or made more flexible to accommodate 2.7 (line 280).

I actually only used it on Python 3.5. Didn't test on 2.7. One potential issue is that my print statement for the 'progress' on line 280 is python 3 specific....

I think if [this](https://github.com/jrowberg/i2cdevlib/tree/master/Arduino/MPU6050) Arduino C library was 'converted' to Python (the important bits, particularly in the .h file), then this Python library could replicate the functionality. The Arduino library...

I've noticed that the validation/checkpointing routine seems to consume memory each time it runs and does not free it back. Thus as it validates, it uses more and more memory....

While I agree that retraining VGG seems like a lot of effort for little reward, it seems like using a particular set of image rather than the default COCO dataset...

Wondering the same thing. I'm using instance_norm and my models are all about 92MB

I've already commented out the loss history during checkpointing and it made little difference. Maybe a few MB. My models are consistently in the 90 to 110MB range rather than...

I'll check that. I was just using the default arch that shipped with the code. My guess is that the problem lies there.

I inserted this towards the bottom of the code. It allows you to run without checkpoints or with checkpoints that are not even multiple of iterations and still have the...

Did this ever find a resolution? I've got 2 GPUs in my machine. One is a GTX 980ti and the other is a newer GTX 1070 If I run it...