Thinkgamer
Thinkgamer
@lmxiaonuo I have also encountered this problem. Have you solved it?
@VinceShieh I have sloved it! thank you
@VinceShieh I did not try your PR,I did some processing on the features. Next I will test your changes and then send feedback. Thank you.
没有 > 在 2019年4月23日,下午9:14,HelloWenyeLiu 写道: > > 想知道每部分运行之后的结果是怎么样的?有没有相关截屏或者文件呢? > > — > You are receiving this because you are subscribed to this thread. > Reply to this email directly, view...
书中的代码只针对init函数中给出的数组有效,但不具有通用性,小数定标标准化修改之后的代码如下: ``` def DecimalScaling(self): arr_ = list() j = 1 x_max = max([abs(one) for one in self.arr]) while x_max / 10 >= 1.0: j += 1 x_max = x_max /...
> 您好,想向您求助数据集文件,但是网易邮箱大师提醒您的邮箱地址失效,能否提供其他联系方式呢 这个项目时间太久了,数据已经丢失,不再维护,谢谢!
> 我也是,楼主给个正确的地址吧 这个项目时间太久了,数据已经丢失,不再维护,谢谢!
书中有说明加网盘好友发送 发自我的iPhone > 在 2022年2月8日,15:54,lingo ***@***.***> 写道: > > > 链接失效了,能否给个备用的或者其他方式 > > — > Reply to this email directly, view it on GitHub, or unsubscribe. > Triage notifications...
> 运行错误如下: > RuntimeError: [enforce fail at ..\c10\core\CPUAllocator.cpp:72] data. DefaultCPUAllocator: not enough memory: you tried to allocate 986880 bytes. Buy new RAM! > > ----》错误指向这一行 training(agree, dataset.get_group_dataloader(config.batch_size), epoch, config, 'group'),请问这个可以通过减小batch_size来处理吗?...
> 另外还想问下,对代码优化让他训练快一点,大改可以从什么地方入手,谢谢! 代码优化的话,你需要对整体代码熟悉呀,训练快点的话可以减小层数、每层的神经单元!