ghostplant

Results 272 comments of ghostplant

I just update the Dockerfile for centos7 since a previous one was not tested, thanks for checking.

The line `echo "/usr/local/cuda-8.0/targets/x86_64-linux/lib/stubs" > /etc/ld.so.conf.d/cuda-8.0-stubs.conf && ldconfig` is needed for not only ubuntu but also centos then.

Thanks, I will look into this issue and update the prebuild binaries if possible. Some alternative suggestions: 1) Run your tensorflow in docker container based on Ubuntu 16.04, this can...

@shekhovt That's great, thank you! What about `one_hot` which has `if` condition, something like: `O(x, k) = (k == A(x)) ? 1 : 0`?

@shekhovt For broadcast: ```sh def broadcast(float(N, M) I0, int K) -> (O) { O(n, m, k) = I0(n, m) where k in 0:K } ``` How should I fill the...

@shekhovt No, I am just using CUDA9.0 + Pytorch < 1.0 + TC and make them in docker to avoid the environment pollution, because I only need the source code...

@Zumbalamambo https://github.com/microsoft/antares is a project that is kept enhancing, following TC's frontend language and TVM's Ansor tuning strategies, plus additional Python API interfaces for tensorflow-gpu and pytorch-gpu.

@reedwm Hi, it is a good question. Because it is possible to generate the input in NCHW format directly such as dataset.from_tensor/from_generator and other kind of pre-processed data, which would...

@xadupre I got same building error.