Ritian-Li

Results 5 comments of Ritian-Li

`class Bottleneck(nn.Module): def __init__(self, in_planes, out_planes, stride, groups): mid_planes = int(out_planes/4)`

![image](https://user-images.githubusercontent.com/60093100/103279798-a185e580-4a09-11eb-9112-4ea25421ad41.png)

> yes, i have solved it by replace the pytorch version to 1.6, python=3.7, you may have a try yea, I have tried and it works, thanks dude

> Could you provide which model you are using? ```python AGENT_LLM_MAP: dict[str, LLMType] = { "coordinator": "basic", "planner": "basic", "researcher": "basic", "coder": "basic", "reporter": "basic", "podcast_script_writer": "basic", "ppt_composer": "basic", "prose_writer":...