silsuer

Results 7 comments of silsuer

When will u publish the docs? I like muya! @Jocs thanks

@chenyang351 想要继续更新的,但是最近实在是太忙了,正在写一款应用,后端就是用的这个框架,不过现在主要在写前端的东西,可能得过一段时间再继续更新,感谢您的关注

哪个位置?我简单过了一遍,好像没有看到缺少的位置

您好,需要一个pytorch版模型 邮箱[email protected] 谢谢

解决了,辛苦。 ``` componentDidMount() { this.refs.nav.boundingClientRect().exec(res => { console.log(res) this.setState({ height: res[0].height }) }) } render() { return ( ) } ```