Jan Esser

Results 36 comments of Jan Esser

I would call it an alpha now, you might want to give it a try: https://github.com/janesser/axon-distributed-demo/

works perfectly fine with 1.5.0 ``` com.palantir.docker.compose docker-compose-junit-jupiter 1.5.0 test palantir-bintray https://dl.bintray.com/palantir/releases ```

Hi, i could help myself with: ``` def reshape_output(trt_output): if len(trt_output) % (52*52) == 0: return trt_output.reshape(1, 52, 52, 3, 85) elif len(trt_output) % (26*26) == 0: return trt_output.reshape(1, 26,...

Complete walkthrough works for me like ``` git checkout https://github.com/TalwalkarLab/leaf cd leaf conda create --name leafenv python=3.5 conda activate leafenv conda install gcc_linux-64 gxx_linux-64 pip3 install -r requirements.txt cd data/femnist/...

@jbsarrodie hi, i've been talking with the architect's team of my company lately. for some older archi views it would be handy to see which way they have come to...

@jbsarrodie @Phillipus how things going ? been trying plugin2 mentioned above without much luck. further on, found logistics of grafico rather convenient, see a quick&dirty draft over there: https://github.com/janesser/archi-modelrepository-plugin/commit/e262972cc2998c97e0ea7cc9df4448f909314123 what...