ross-Hr

Results 28 comments of ross-Hr

\tikzstyle{depthlabel}=[pos=0,text width=14*\z,text centered,sloped] in RightBandedBox.sty ... Changing pos=0 to pos=0.5 That works for me. > You are probably using Latex 2018, right ? Changing `pos=0` to `pos=0.5` solved the problem...

Does the author not update this library ?

Is the GPU memory too small ?

It is the annoantions error. I reload the annoations to solve the error. But the new error likes : ` W1018 09:27:13.350448 139820555069248 checkpoint.py:213] Value in checkpoint could not be...

> this looks like the checkpoint specified (either pretrained checkpoint, or checkpoint restored from last training in the same model directory) is different from the configured architecture/encoder, please check if...

well, i change the code in model.py `latest_ckpt, ckpt, self._verify_restored = utils.restore_from_checkpoint( model_dir, False, model=model, global_step=optimizer.iterations, optimizer=optimizer)` by `False to True`, i.e. using `checkpoint.restore(latest_ckpt).expect_partial()` can avoid the error. But i...

@chentingpc Hi, do you know how to debug with strategy.run(...) in train_multiple_steps function ? I can not step into the train_step function.

> What is the full stacktrace ? there is no stacktrace. the bug is from a Google authentication is there a Google authentication when load the data ? many coders...

Thank you very much. It has been solved!