We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
您好,我在看教程的时候发现,示例代码无法直接打开,还需要自己手动去复制粘贴,比较麻烦。 请问能否:
The text was updated successfully, but these errors were encountered:
@liuyalinrich ,谢谢你的反馈。 1.我们会在接下来一段时间为示例增加notebook格式。 2.如果使用使用本源量子的云端计算机资源,可将https://vqnet20-tutorial.readthedocs.io/en/main/rst/qml_demo.html 中QVC示例代码的 QuantumLayer接口的第三个参数“cpu”改为在本源量子云端申请的token,例如“602A122457854199ABBD739183BBB5E1”:
class Model(Module): def __init__(self): super(Model, self).__init__() #self.qvc = QuantumLayer(qvc_circuits,24,"cpu",4) self.qvc = QuantumLayer(qvc_circuits,24,“602A122457854199ABBD739183BBB5E1”,4) def forward(self, x): return self.qvc(x)
申请云端资源请参考:https://pyqpanda-toturial.readthedocs.io/zh/latest/QCloudQVM.html#id2以及https://qcloud.originqc.com.cn/zh
Sorry, something went wrong.
Merge pull request #22 from LowSh/2.14.0
a3f4db7
[feat] add tensot parallel api, add zero 1 api
No branches or pull requests
您好,我在看教程的时候发现,示例代码无法直接打开,还需要自己手动去复制粘贴,比较麻烦。
请问能否:
非常感谢您的帮助!
The text was updated successfully, but these errors were encountered: