Giorgio Barnabò

Results 7 comments of Giorgio Barnabò

ps. I would be also cool to create a Colab Notebook to show some basic functionalities of the system ;)

Dear Pedro, thank you very much for your answer. I will look into the documentation that you pointed out to me. As for the Wikidata files in KGTK format, I...

Just one quick another thing. Can't I just change can change the following two lines: A_img = Image.open(A_path).convert('RGB') B_img = Image.open(B_path).convert('RGB') Into: A_img = np.load(A_path) B_img = np.load(B_path) Without modifying...

Dear @junyanz , sorry for disturbing you again. I would need some more advice. I was finally able to train my model with the NumPy arrays, but something went wrong....

Thank you very much! The training eventually worked! Just another quick question: after training the model can I test it in both directions right?

Dear Brawer, first of all, thank you very much for your quick answer. I looked into the source code of the project that displays the Swiss castles according to their...