Konpat

Results 9 issues of Konpat

Fix "Accurate, Large Minibatch SGD: Training ImageNet in 1 Hour"

I got this error while trying to use the `ctrl+c` shortcut to save. ![](https://image.ibb.co/dnPG55/2017_06_20_18_53_43_Error.png) However, I still can save using the GUI menu correctly. version 0.2.0

An example is: ``` a = bcolz.carray(np.zeros([10, 1])) a[0] # 0.0 ``` While in numpy: ``` a = np.zeros([10, 1]) a[0] # array([0.]) ``` This inconsistency causes a lot of...

It is not clear in the document in the first page. It could be a potential risk. Whether it has or not, I think it should be documented

If my code is something like this: ``` class Test(TestCase): i = 0 @pytest.mark.run(order=1) def test_c(self): assert self.i == 0 self.i += 1 @pytest.mark.run(order=2) def test_b(self): assert self.i == 1...

bug

Here is the error (vgg19.py) : ``` Traceback (most recent call last): File "vgg19.py", line 195, in model = VGG19(include_top=True, weights='imagenet') File "vgg19.py", line 100, in VGG19 include_top=include_top) TypeError: _obtain_input_shape()...

The transferring speed is generally great but I experience very slow cd performance. It takes around 7 seconds to complete each task which I think too long... considering I can...

I'm using `l3iggs/owncloud:9.1.2-1` The problem is with `setup-apache-ssl-key`: `Failed authorization procedure. domain.com (http-01): urn:acme:error:unauthorized :: The client lacks sufficient authorization :: Invalid response from domain.com` Actually, I saw that the...