flyinghu
flyinghu
It's working fine here
@Harmon758 If there are no side effects, that's fine
> > ```python > > async def main(): > > async with aiohttp.ClientSession() as session: > > resposne = await session.get("http://httpbin.org") > > print(await resposne.text()) > > ``` > >...
> I don't think it can work if you're trying to read after the session is closed. > > It will work if you indent the last line into the...
@webknjaz If it's a big file, I can set "stream=True" just like "requests.get(url, stream=True)". Because most of the time it's small files. You can reduce the amount of code.
@Dreamsorcerer I also think some shortcut methods aare needed.
> > In fact I just ran your example, and it never printed or finished. I had to Ctrl+C. > > Hmm, I think it might be the request to...
I think this is because the convolution network implements different scales, and then because the network is downsampled five times, the network input size must be divided by 2 ^...
Thanks for your attention to our work! The code will be published after the paper is accepted.
> > Thanks for your attention to our work! The code will be published after the paper is accepted. > > 兄弟,求尽快开源代码,想借用下思路做工业应用呀 Thank you very much for your attention, you...