Konstantin Baierer
Konstantin Baierer
`clstmtext` is a HDF5-based tool, it is in `./OLD` since it will not build with the current setup. We should update the README.
With this project essentially in maintenance mode (@tmbdev is developing a new LSTM/OCR project) I do not think a native windows port is worth the porting/testing effort. But if someone...
Here's the Dockerfile: ```dockerfile FROM ubuntu:16.04 ENV DEBIAN_FRONTEND noninteractive WORKDIR /tmp RUN apt-get -y update RUN apt-get -y install git scons libprotobuf-dev libprotobuf9v5 protobuf-compiler g++ libpng12-dev RUN git clone --depth...
I have them both ("regular" and updated CUDA) in a separate folders. The CUDA deps pull in lots of GUI packages (>4GB image) and there's little benefit, so it's more...
I'm actually able to configure the CircleCI setup from within the web interface. Upgraded to run on 14.04 now, trying to get the dependencies right.
https://github.com/tmbdev/clstm/blob/master/run-tests those are a bit heavy for testing PRs (multiple recompilations etc.)
Compilation works and CircleCI is training away on the cmu set https://circleci.com/gh/tmbdev/clstm/96. I'll wait and see how that goes but eventually I'll just set `echo "No tests yet"` as the...
After two hours CircleCI stopped the build. After disabling the test as described, [build passes](https://circleci.com/gh/tmbdev/clstm/98). Takes about 2:30 minutes for fetching dependencies and compiling.
Right.
Per default, CircleCI runs Ubuntu 12.04 containers but can be changed to 14.04 and after I did, it's a really nice service, easier to configure and more flexible than Travis,...