zhimakaimen225
Results
2
issues of
zhimakaimen225
I try to open channel with following code, Channel::OpenOpts opts; opts.frame_max = 4096; opts.port = 5672; opts.host = ""; opts.vhost = "/"; opts.auth = Channel::OpenOpts::BasicAuth("admin", "ilmclr123456"); Channel::ptr_t channel = Channel::Open(opts);...
From main.py in folder screenAi, we can see you load model from stardard model on pytorch, it means you haven't trained any models, right? So the project just tells us...