John Ladasky
John Ladasky
Thanks for your reply, EllyMandiel! As far as I know, I am not using multithreading. I only have one GPU, and my TensorFlow build is configured to use the GPU....
Thanks again, Elly. I tried your suggestions. I added the following to MyDNNSubclass: ``` def evaluate(self, *args, **kwargs): # See https://github.com/tflearn/tflearn/issues/966 print("\n** Overriding evaluate(). **\n") tf.reset_default_graph() return super().evaluate(*args, **kwargs) ```...
Hello, So it has been a month since EllyMandiel attempted to assist me, and we reached a dead end. I believe that TFLearn's DNN.evaluate() is mis-handling TensorFlow Session objects (see...
Followup message: I modified a copy of OpenOPC.py to attempt to track down the error. Here's some more output: ``` >>>cli = client() In client.__init__. opc_class_list = ['Matrikon.OPC.Automation', 'Graybox.OPC.DAWrapper', 'HSCOPC.Automation',...
Thank you very much for your quick replies, @ausmeyer. I need to study my peptide backbone dihedral angle drawings more closely, but I still think that the oxygen in residue...
Thanks for the continued replies. I've looked deeper into the source code. I can confirm that `PeptideBuilder.initialize_res()` does not make use of the phi and psi_im1 values of the Geometry...
Thanks for your replies, @tcoates5. I've done a fair amount of machine learning work. At this point, I think that even a casual machine learning user won't try to make...
@binglebai : I switch between Pylon Viewer, and developing my own camera application. I get the error you see when I forget to disconnect a camera in Pylon Viewer before...