You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far default dtype to fir qnets on is string,
however bytestrings offer better memory efficiency that proved to be crucial in recent applications.
When qnet instance is fit on bytestrings, its outputs for qsampling etc. are in bytestrings as well, so this matters
I see two options:
1 - make qnets support both strings and bytestrings simultaneously.
2 - specify the accepted dtype at the creation of qnet instance and make it only accept the selected dtype input.
The text was updated successfully, but these errors were encountered:
So far default dtype to fir qnets on is string,
however bytestrings offer better memory efficiency that proved to be crucial in recent applications.
When qnet instance is fit on bytestrings, its outputs for qsampling etc. are in bytestrings as well, so this matters
I see two options:
1 - make qnets support both strings and bytestrings simultaneously.
2 - specify the accepted dtype at the creation of qnet instance and make it only accept the selected dtype input.
The text was updated successfully, but these errors were encountered: