Luke
Luke
Hi, I'm trying to run my project on my IDE compiling it with maven... I succesfully generated libmegajava.so as your instructions explains but I have no idea on how to...
Hi, I'm new to pytorch and VAEs in general. I attempted to run your VanillaVAE but I can't figure out how to reference the dataset inside the config file. Specifically,...
I have the following code: ``` [previous lines...] TLRequestMessagesExportChatInvite in = new TLRequestMessagesExportChatInvite(); in.setChatId(message.getChatId()); try { TLChatInviteExported ex = kernelComm.getApi().doRpcCall(in); } catch (TimeoutException | IOException ex) { Logger.getLogger(InGroups.class.getName()).log(Level.SEVERE, null, ex);...
Hi! I just jumped into the iot world and I discovered this small module because I was searching an alternative to the esp01, as it is a bit too power...
quick example: being in Cave of Origin (pokemon Omega Ruby), if I force the pokemon encounter to Groudon lvl45, it results as a legit pokemon. Searching on [Fort42](http://www.fort42.com/gateshark/game1333/8921/) I came...
Ciao, magari sono io che sono una sega con latex ma nel template inglese quando si specificano i correlatori viene fuori la dicitura in italiano, senza possibilità di modificarla (apparentemente)....
where did you get documentation about the fields a json request should contain? as instance, here ``` public String add_user(String email) { JSONObject json = new JSONObject(); try { json.put("a",...
Up to now, I came up with this: ``` cloud = pcl.PointCloud() points = [[0,0,0],[1,0,0],[1,1,1],[2,1,2],[0,0,1]] my_array = np.array(points, dtype=np.float32) cloudr.from_array(my_array) viewer = pcl_visualization.PCLVisualizering() viewer.AddPointCloud(cloud) viewer.Spin() ``` Now, instead of a...
**Describe the bug** I am setting up a stack with glances, prometheus and grafana using docker compose. I started with an example provided [here](https://github.com/nicolargo/docker-influxdb2-grafana-glances) which did not work as I...