You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
x54-729 4cdfdc77c7 oneflow 动态图 单卡和ddp部分及测试 3 years ago
..
__init__.py oneflow 动态图 单卡和ddp部分及测试 3 years ago
cache_results.py 修正部分文档的格式问题 3 years ago
dummy_class.py 1.修复数据处理的时候,多进程print会报错的问题;2.Trainer/Evaluator增加check_dataloader_legality 3 years ago
exceptions.py 1. 将带有Monitor的callback都抽象为HasMonitorCallback,并由这个父类进行monitor的设置和检验的; 2.支持从Trainer中设置monitor给所有的Callback使用;3.新增EarlyStopCallback. 3 years ago
jittor_utils.py 为 Trainer 的driver 参数增加 'auto' 选项 3 years ago
oneflow_utils.py oneflow 动态图 单卡和ddp部分及测试 3 years ago
paddle_utils.py 为 Trainer 的driver 参数增加 'auto' 选项 3 years ago
rich_progress.py 将total_batches改名为n_batches,以和n_epochs对应;增加n_batches作为Trainer的初始化参数 3 years ago
seq_len_to_mask.py 修改seq_len_to_mask的jittor实现及测试例中的一处传参错误 3 years ago
torch_utils.py 为 Trainer 的driver 参数增加 'auto' 选项 3 years ago
tqdm_progress.py 修复bug 3 years ago
utils.py logger.warn->logger.warning 3 years ago