>>>epoch 0
>>>loss tensor(17.7415, grad_fn=<MseLossBackward>)
>>>Outputs tensor([2.0897, 3.1410, 4.7382, 1.0532, 4.2003], grad_fn=<ViewBackward>)
>>>Input tensor([8., 2., 3., 5., 1.])
>>>labels tensor([[2., 3., 5., 1., 0.]])...
知道:
针对:
我认为问题可能是我收到Already tried https://github.com/necolas/react-native-web/issues/832
的{{1}}别名的binter的linter错误(由于某种原因,TypeScript无法弄清楚...)。能够通过react-native
解决该问题。
但是,仍然出现相同的错误。
接下来,我尝试将SFC(无状态功能组件)转换为类组件。仍然得到:
所以我想知道为什么即使I've configured TypeScript也会收到此错误消息。