python open encoding为无效的参数_python-OSError无法创建文件-无效的参数

我在Tensorflow上使用Python和Keras训练我的神经网络.

当我从Ubuntu 16.04切换到Windows 10时,运行以下命令无法再保存模型:

filepath = "checkpoint-"+str(f)+model_type+"-"+optimizer_name+"-{epoch:02d}-{loss:.3f}.hdf5"

checkpoint = ModelCheckpoint(filepath, monitor='loss', verbose=1, save_best_only=True, mode='min')

callbacks_list = [checkpoint]

后来:

model.fit(X, y,

batch_size=128,

epochs=1,

shuffle=False,

callbacks=callbacks_list)

我收到此错误:

OSError: Unable to create file (Unable to open file: name = ‘checkpoint-<_io.textiowrapper name="’data/swing-projects100-raw/many-chunks/log-gamma-f3.txt’" mode="’a’" encoding="’cp1252′">2l128-adam-0.001-{epoch:02d}-{loss:.3f}.h5′, errno = 22, error message = ‘invalid argument’, flags = 13, o_flags = 302)

我通过conda安装了Keras 2.0.8和h5py 2.7.0.

我试过了

filepath = "checkpoint-"+str(f)+model_type+"-"+optimizer_name+"-{epoch:02d}-{loss:.3f}.hdf5"

with open(filepath, "w") as f:

f.write("Test.")

并得到了类似的错误:

OSError: [Errno 22] Invalid argument: “checkpoint-<_io.textiowrapper name="’data/swing-projects100-raw/many-chunks/log-gamma-f3.txt’" mode="’a’" encoding="’cp1252′">2L128-Adam-0.001-{epoch:02d}-{loss:.3f}.hdf5”

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值