现在paddle.Model必须输入数据形状了么
原来用hapi定义模型时,在动态图模式下直接这样写就ok的
dense_model = DenseNet(num_classes=CLASS_DIM) model = paddle.Model(dense_model) print("使用稠密块...
housing.data数据集读取失败解决
文档里用这个链接(!wget https://archive.ics.uci.edu/ml/machine-learning-databases/housing/housing.data -O housing.data)(2.1M)这个语句下下来的没法读取
直...
我的数据集网页打不开
https://aistudio.baidu.com/aistudio/datasetdetail/101119
百度汉语里的声音可以调用到我的网站上吗?
在网上搜索了几个生僻字. 然后发现了百度汉语这个在线读....挺有意思.. 想问一下/我可以把数据调用到自已的网站上吗?
有没有相关说明?或是有没有接口可以调用?
...
求帮助有返回数据就是他回答的不对
https://aip.baidubce.com/rpc/2.0/unit/bot/chat?access_token=24.68b879293b323b101beee04b1e886673.2592000.1620435212.282335-23669221
{"bot_session":"","log_id":"7758521","request":{"...
attention方面decoder输入数据的问
具体如下:https://github.com/PaddlePaddle/models/blob/develop/conv_seq2seq/model.py这个链接中有这一段代码:ecoder_out, weight = decoder( token_emb=trg_emb, pos_emb...