Marius Juston

Results 8 comments of Marius Juston

Yes this works with CUDA 11.x with tensorflow 2.4. I have done it

It is the 2.5.0

It do not use this very often but, sometimes I have to back to a previous commit to verify which one there was a bug or to just test the...

Thanks! I felt like this would be a quick and simple feature to add the GitHub desktop and other people might appreciate it. I feel like it would just be...

Sorry it has been a super long time since I have used this code, and I will not be doing further development on this. Though it is strange that generating...

However the author of the actual paper seems to have release their code you an look at that if you prefer: https://github.com/yn-sun/cnn-ga

I am especially confused since Humble does not seem to support multi-DOF joints inside OMPL or such so I am confused as to how this works in the tutorial?

It seems that add_image does work when I do: ```python normalized = (input_tensor - input_tensor.min()) / ( input_tensor.max() - input_tensor.min() ) summary_writer.add_image( name, torch.atleast_2d(normalized)[None, :], global_step=epoch ) ``` instead of...