Giovanni

Results 12 issues of Giovanni

Could it be possible to add social links (Twitter, Linkedin, GitHub) as parameters in the config file so they can be shown as buttons when the blog is rendered?

documentation

Would it be possible to add a search function for posts?

Feature Request

I reviewed the section about model combination in NLP notebook. I think the calculation of `baseline_pred_probs` is wrong: ``` # Get mean pred probs for 3 models baseline_pred_probs = np.max(model_0.predict_proba(val_sentences),...

Looking at the following code it seems the model is being trained for 11 epochs and not 10: ``` # Fine tune for another 5 epochs fine_tune_epochs = initial_epochs +...

Would it be possible to include Keycloak integration in addition to Azure AD?

enhancement

Currently, the Crypto_Key_OTAR works only with an IV with length 12 bytes. As you can see below, the value 30 is calculating by summing the Session Key ID (2 bytes),...

bug

This function should set the Anti-Replay Counter, but it sets the Initialization Vector.

bug

In crypto_config.h line 153 (collab_main branch): `#define SG_SEC_MON_CTRL 0b11` should be: `#define SG_SEC_MON_CTRL 0b10`

bug

I need to mount /var/run to Docker container to be able to connect to an iPhone.

documentation

I am testing a Samsung device but it continuously revokes PC connection permissions and the workflow fails. At the moment, the only way is to perform the tests module by...

bug
android