Markus Kaukonen

Results 17 issues of Markus Kaukonen

Hei, Just a comment which one might add to documentation. I'm from Finland and reading data from US. So my local is set by Finland. This leads to problems, because...

When I read paper Le_Guen_Disentangling_Physical_Dynamics_CVPR_2020_supplemental.pdf for MNIST dataset there are 6 Encoder Blocks and 6 Decoder Blocks. When I read code from this repo for the MNIST dataset (the only...

After a quick read of the paper and the supplementary material I could not find anything related to boundary conditions. So question is: are there any boundary conditions in the...

Dear Developers, Could you add a license on this project? In case you end up with MIT or similar, we'd like to try out your code for our problems... terveisin,...

Dear Developers, Is there any code for training the network with era5 data to reproduce Keisler paper? There seem to be scripts in graph_weather/train but all for gfs data? Terveisin,...

Dear Developers, Is it possible to show elevation data on a map using this package? I'm not sure if openstreemap has this info, more likely opencyclemap has this. Terveisin, Markus

I had to add ``` sudo apt-get install lua5.3 lua5.3-dev ``` To get make going in 23.04. I could not find that in the documention Terveisin, Markus

Dear Developers, Did you use archiconda as conda in jetson nano and did the installation really proceed in jetson nano as you say in https://github.com/prakharg24/yoloret/tree/main/code#installation ? For instance, in jetson...

Dear Developers, > My setup: > ubuntu 23.04 > Python 3.11.4 (main, Jun 9 2023, 07:59:55) [GCC 12.3.0] on linux When running instructions for my own environment in https://www.gymlibrary.dev/content/environment_creation/#make-your-own-custom-environment the...

Dear Developers, I have Ubuntu 20.04 python 3.8.5 pycoast==1.4.0 I followed: https://github.com/pytroll/pycoast/blob/master/docs/source/graticule.rst This did work fine: ``` img = Image.open(os.path.join(outDir, outFileName)) cw = ContourWriterAGG('/home/hu-mka/git/cyclonesatpy/cyclonesatpy/dev/shapefiles/') font=aggdraw.Font('black', '/usr/share/fonts/truetype/ubuntu/Ubuntu-B.ttf',opacity=127, size=16) cw.add_coastlines(img, areadef, resolution='l',...

question