Skip to content
#

maml

Here are 37 public repositories matching this topic...

soroushjavdan
soroushjavdan commented Sep 14, 2019

First, I would like to thanks for your contribution.
I trained your model exactly like what you said in document.But I got Entl_b = 0.0879 in printed result , I checked and found out that is the C score ( am i right ? ) ! The problem is that in paper C score has been reported equal to 0.2 .
By the way the Entl_b that I mention before was for checkpoint with loss of 46.5833 ( last checkpoint )

AleBuser
AleBuser commented Jun 9, 2019

This raises no module named MAML_Ed25519


from mam_lite import MAML_Ed25519

addr_test = Address(''.join(random.choices(string.ascii_uppercase + '9', k=81)))
mam_stream_1 = MAML_Ed25519(root_address=addr_test, channel_password='test_pass')
mam_stream_2 = MAML_Ed25519(root_address=addr_test, channel_password='test_pass')

Fixed by changing to new class name:

from mam_lit

Improve this page

Add a description, image, and links to the maml topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the maml topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.