Ayush Shridhar
Ayush Shridhar
I followed the steps mentioned in the tutorial to convert the a detectron pretrained caffe2 model into ONNX model. Here's the stacktrace of my error: ``` WARNING:root:This caffe2 python run...
Need an interface that is similar to what `names()` function returns when it takes a DataFrame in its argument (name of all columns). One way, as pointed out by @davidanthoff...
`Concat` op breaks code generations, mainly because of taking varargs. `group` convolutions need to be implemented.
``` ayush99@ayush99:~/beignet/build$ sudo apt-get install cmake pkg-config python ocl-icd-dev libegl1-mesa- dev ocl-icd-opencl-dev libdrm-dev libxfixes-dev libxext-dev llvm-3.6-dev clang-3.6 libclang-3.6-dev libtinfo-dev libedit-dev zlib1g-devD ``` Gives me a number on unable to locate...
Trying to install OpenCL drivers for Linux gives me a `E: Unable to locate package zlib1g-devD` while installing dependencies. I'm on Ubuntu 16.04. Which package should I install for my...
The current sentiment analysis model isn't very good, and needs to be changed (as discussed with @aviks ). Also, following the discussion in #83 , it'd be better to warn...
I'm trying to use MultinomialNB for iris classification, but it looks like `fit` for MultinomialNB expects X to be Matrix{Int64}, which is not the case for my dataset. (Similar for...
`FluxJS.compile()` doesn't seem to work when Convolution layers are involved: ``` >>> using Flux >>> using FluxJS >>> m = Chain( Conv((2,2), 1=>16, relu), x -> maxpool(x, (2,2)), Conv((2,2), 16=>8,...
@MikeInnes Given that this is currently WIP, I'd like to start contributing by working on writing the tests and docs for now. However, I think it would be better if...