mash
mash
call mixup in runner shold be better! implement a MixupIterateRunner with "datahook" ,mixup/other data operator can implement as datahook
训练时是否做了resize augmentation
the MixFeedForward is alse only used conv2d @ lucidrains
a conv2d of kernel size of 1 is pointwise conv,and it's parameters reused for all point, did i make a mistake?
maybe use the pointwise conv to change feature channels is faster,but i think the grouped conv with groups=channels and kernelsize = HxW equal to linear
我也遇到这个问题了 sprint boot 项目 在eclipse直接run as java application没有问题 java -jar xxx.jar就出现这个错误提示 是不是类加载的问题
@jhunter 谢谢 ,使用precompile问题解决了
@jhunters spring boot项目,messageconvertor,decode没有问题,encode时遇到类找不到问题 `java.lang.NoClassDefFoundError: Could not initialize class com.baidu.bjf.remoting.protobuf.CodedConstant at com.hyc.sxcloud.das.domain.CommonResponse$$JProtoBufClass.encode(CommonResponse$$JProtoBufClass.java:13) ~[classes!/:2.0] at com.hyc.sxcloud.das.domain.CommonResponse$$JProtoBufClass.encode(CommonResponse$$JProtoBufClass.java:9) ~[classes!/:2.0] at com.hyc.sxcloud.das.utils.JProtobufHttpMessageConverter.writeInternal(JProtobufHttpMessageConverter.java:80) ~[classes!/:2.0] at org.springframework.http.converter.AbstractHttpMessageConverter.write(AbstractHttpMessageConverter.java:227) ~[spring-web-4.3.9.RELEASE.jar!/:4.3.9.RELEASE] at org.springframework.web.servlet.mvc.method.annotation.AbstractMessageConverterMethodProcessor.writeWithMessageConverters(AbstractMessageConverterMethodProcessor.java:247) ~[spring-webmvc-4.3.9.RELEASE.jar!/:4.3.9.RELEASE]`
> yea you are right, but I'm just being faithful to the original implementation > > Can you drop the link to the paper with the better positional encoding you...