MagicSource

Results 1283 comments of MagicSource

训练也是有问题的,v100显卡下,无法同时开启load_in_8bit 和 fp16

这个x_center和grid_x有啥区别? x_center = grid_x + 0.5吗?

Looking forward to it

thank u! Would u mind help the pretrained model loading issue rather than strictly constraint users using a very old transformers lib?

@hqwlkj 你之前修改的版本貌似还有点问题, 9月份第一个星期不显示了.. ![image](https://user-images.githubusercontent.com/21303438/92210490-5deaf700-eec1-11ea-9417-f6e3b31dd6a7.png) 怎么搞?

@hqwlkj ``` calendarController = new CalendarController( minYear: now.year - 1, minYearMonth: now.month - 9, nowMonth: now.month, nowYear: now.year, // showMode: CalendarConstants.MODE_SHOW_MONTH_AND_WEEK, showMode: CalendarConstants.MODE_SHOW_WEEK_AND_MONTH, selectDateModel: DateModel.fromDateTime(DateTime.now()), extraDataMap: _initExtra); ``` 这个么