gnthibault
gnthibault
It seems that this exact problem has been reported here: https://github.com/tensorflow/datasets/issues/1007 However, the person did not mentionned if the target was to load the whole dataset or a single sample....
Additional note: interesting elements here: https://beam.apache.org/documentation/runners/direct/ > In Beam 2.19.0 and newer, you can use the direct_running_mode pipeline option to set the running mode. direct_running_mode can be one of ['in_memory',...
Here is the error message I am experiencing: ``` ['xrandr', '--newmode', '1368x1024_virt', '115.50', '1368', '1448', '1592', '1816', '1024', '1027', '1037', '1063', '-hsync', '+vsync'] X Error of failed request: BadName (named...
Being able to export graphs as networkx graphs would be an awesome feature. EDIT: nevermind, one can easily get networkx graph from a GraphMachine: `nx.nx_agraph.from_agraph(graph_machine.get_graph())` see for instance: https://networkx.org/documentation/stable/reference/drawing.html#module-networkx.drawing.nx_pylab
I think this should be fixed in my PR: https://github.com/knro/indiwebmanager/pull/56
Issue fixed simply by using the following launch cmd in my service file: ExecStart=/home/user/.local/bin/indi-web -v --xmldir /home/user/projects/RemoteObservatory/conf_files/indi_driver_xml --conf /home/user/projects/RemoteObservatory/conf_files/indi_driver_conf
Will test tonight, thank you for your feedback. In the meantime, I simply changed the code to force the temperature to 20 degrees instead of doing the proper getTemperature call...
I confirm the issue has not been fixed with the new driver
I'll test this soon with 2.0.3 under a x86 platform
Thank you so much for your feedback. First, this morning I finally found how to reproduce the error in a seemingly deterministic way: 1: power both usb and 12V for...