Guillaume Dumont

Results 31 comments of Guillaume Dumont

If you can load your pcap files in a numpy array of shape `[N, 4]` where the columns are `x, y, z, i` then you can create a .bin file...

I will merge a PR (in a few days) that improves the windows CMake build and supports building with vcpkg and conda. Once few people validate that those packages are...

I have published conda packages. Please install with these commands: ```batch REM Create a new conda environment to install Caffe REM You can use python 3.5, 3.6 or 3.7 conda...

Thanks @Franzisdrak I edited the comment accordingly. Have you tried the conda packages? Did they work for you?

@Franzisdrak I meant the conda packages. Once installed you don't need to build anything. After using the above `conda install caffe -c willyd` and all previous commands you should be...

@Franzisdrak I know some people have had issues when using Windows in chinese languages. Could you try to switch your OS to the english language and see if the error...

@WMF1997 Short answer: you can't. Long answer: What you suggest is the right way to do it though. But you need to rebuild the conda packages by yourself. It could...

I am also interested in the GANformer2 models. @dorarad Any chance you can update us on an ETA for the GANformer2 code?

This line is causing the error: https://github.com/roscisz/TensorHive/blob/master/tensorhive/core/services/UsageLoggingService.py#L237 Would it make sense to change it to: ```python # gpu_data = infrastructure[hostname].get('GPU').get(uuid) gpu_data = infrastructure[hostname].get('GPU', {}).get(uuid) ``` ?

I have a similar issue where after making a reservation I try to make another one the already reserved GPUs remain selected and the checkboxes are greyed out and can't...