E Messulam

Results 8 comments of E Messulam

I fixed it using: decode(fm, cfg.TRAIN.INPUT_SIZE // 16, NUM_CLASS, STRIDES, ANCHORS, i) instead of decode(fm, NUM_CLASS, i)

> > `/usr/lib/x86_64-linux-gnu/libpython3.8.so` > > You are building this on x86, but this project is only officially supported on Jetson. There are a number of Jetson-specific things, mostly in the...

I am trying to use this Dockerfile to implement caffe 0.16 on DIGITS: ``` FROM ubuntu:14.04 as protobuf RUN echo "deb http://security.ubuntu.com/ubuntu trusty-security main" >> /etc/apt/sources.list RUN echo "deb http://cz.archive.ubuntu.com/ubuntu...

Or you can just make it noninteractive with `ENV DEBIAN_FRONTEND=noninteractive`.

@andrejlevkovitch Is there some other way of doing a remap? A workaround?

Could you please point me to an example? I am a bit confused trying to get an Ubuntu 16.04 machine to automount USB devices without a UI attached. And stumbled...