LucaMarconato
LucaMarconato
This could help https://stackoverflow.com/questions/36233605/how-to-customize-org-mode-html-output-to-replace-emojis I have tried both answers but they don't work for me. Can someone else please try them?
First of all, thank you. Unfortunately this does not completely solve the problem. If I open a file from a folder in which there is a .projectile file, a new...
Same here, any solution?
Thank you for the blazing fast response! Unfortunately in my case I would need a dropdown, if no solution/workaround is possible I will switch, but letting the user both see...
I have approximately 1000 options. Long story short (for the other people reading this), I can avoid using the dropdown if it is a problem right now. For completeness in...
Blindly patching the above line by replacing ``` batch = batch.float().numpy() ``` with ``` batch = batch.float().detach().numpy() ``` fixes the problem. I do not know if this makes sense in...
This is the last missing line of the error, sorry: ```TypeError: __new__() got an unexpected keyword argument 'serialized_options'``` And this is from `conda list`: ``` tensorboard 1.9.0 py36_0 conda-forge tensorboardx...
I will in the next days and give you feedback
I just tried again running the basic example on a fresh conda evnironment. The above error disappeared, but now I get a different error: ``` [+][2019-10-14 11:42:16.118985] [PROGRESS] Training iteration...
I want to point out an edge case that I have encountered: tables where each row is annotating multiple regions, so not supported by the specification. I don't have a...