tehtea

Results 7 issues of tehtea

Not sure if this project is still supported, but the crawler seems to not work anymore, and every module that I try to load up gives the same error: ![cors...

Originally provided in https://github.com/karma-runner/karma-chrome-launcher/pull/238/files but original author did not sign CLA

needs: investigation

Caused by https://github.com/cloudevents/sdk-java/blob/master/kafka/src/main/java/io/cloudevents/kafka/CloudEventSerializer.java and https://github.com/cloudevents/sdk-java/blob/master/kafka/src/main/java/io/cloudevents/kafka/CloudEventDeserializer.java not implementing the `close` method Sample Stack Trace for closing a Producer: ``` [main] ERROR org.apache.kafka.common.utils.Utils - Failed to close producer valueSerializer with type io.cloudevents.kafka.CloudEventSerializer...

Hello, I managed to get a converted model working using a Linux VM, but found two issues with the `0.2.6` .exe file when I tried doing the same thing in...

Hi, here are some small changes made to the CIFAR-10 scripts to make then run on PyTorch 1.7.0 as I am referencing your work for my own project.

I had some problems compiling using the default CMake 3.5.2 on Ubuntu 16 and hence I made the minimum version higher in the CMakeList, amongst other minor changes.

How to replicate original bug on Colab: ``` %%bash wget http://host.robots.ox.ac.uk/pascal/VOC/voc2012/VOCtrainval_11-May-2012.tar tar xf VOCtrainval_11-May-2012.tar ``` ``` unconverted_train_image_folder = "VOCdevkit/VOC2012/JPEGImages/" unconverted_train_annot_folder = "VOCdevkit/VOC2012/Annotations/" train_image_folder = 'data/train/image/' train_annot_folder = 'data/train/annotation/' ``` ```...