Endre Moen
Endre Moen
I try to load a model I created about in june 2019, but it doesnt load. I suspect it has something to do with the refactoring done on efficientnet. When...
When querying an sql view WMS layer for getFeatureInfo the viewparams is missing. An example of this: http://maps.imr.no/geoserver/wms?LAYERS=measurements_last_30_days&QUERY_LAYERS=measurements_last_30_days&STYLES=arcticroos_gtsbathy&SERVICE=WMS&VERSION=1.1.1&REQUEST=GetFeatureInfo&BBOX=-10707220.5,-2714812.5,10707220.5,2714812.5&FEATURE_COUNT=10&HEIGHT=375&WIDTH=1479&FORMAT=image/png&INFO_FORMAT=application/vnd.ogc.gml&SRS=EPSG:3575&X=665&Y=365 which has been generated by OpenLayers.Control.WMSGetFeatureInfo.buildWMSOptions() and the response is: gml:boundedBy gml:nullunknown/gml:null...
Add viewparams to list of params when building url for getFeatureInfo. This enables requesting getFeatureInfo for WMS layers that are from the database - defined as sql-view layers in geoserver.
Had to install theano 0.7 g++ using mingw 64 bit for windows (7) pip install lasagne pip install graphviz pip install pydot==1.1.0 pip install nolearn and change the order of...
In the paper chapter 4.5.1 Network settings for RAM: it is mentioned that the network is changed to produce larger RAM images - 54x54. How is then the RAM (of...
MongoManagedTypes are not mentioned in the v 4.0 release even though they where released in that version. They are needed when overriding mongoMappingContext(MongoCustomConversions customConversions, MongoManagedTypes types) which are needed for...
Are there any imagenet weights available?
The estimated graph from anm_demo is empty. Should it be?? 
In correlation.py the function `_correl_pvalue(r, nx, k=0) `does not handle the case when r=1.0. This results in: ``` lib/python3.12/site-packages/pingouin/effsize.py:152): RuntimeWarning: divide by zero encountered in arctanh z = np.arctanh(stat) #...