crobarcro

Results 13 comments of crobarcro

> It makes also sense to make it possible to change a circle type, from closed to a secret and vice-versa. Why exactly? Seems like a perfectly sensible thing you...

A bit of googling reveals the following: https://forums.wxwidgets.org/viewtopic.php?t=22962

Ok, thanks for this, I appreciate you taking the time to answer my question.

Thanks for this, the repo you linked to looks very helpful, and very close to what we want to do, so it could be a solution for us. Is there...

I did look at this, yes, but while this has some pointers it doesn't quite have a full example anywhere. Actually I haven't yet tried the `simple_save` method. I will...

For simple_save I'm supposed to do something like this: ``` path = '/home/me/savepath' inputs_dict = { "input1": 0, "input2": 1 } outputs_dict = { "output": 0 } tf.saved_model.simple_save( model.sess, path,...

I got the model to export using the following (you can see in comments some of the other variables I tried): ``` path = '/home/me/savepath' inputs_dict = { #"obs": model.policy_tf.obs_phmodel.policy.obs_ph...

Thanks, actually I had seen that issue and made the change after @Miffyli had pointed it out (actually I had skimmed over both issues previously, but missed the crucial details)....

I am the author of xfemm. The problem with FEMM on Linux is that it cannot use ActiveX on Linux and instead uses a very slow and less reliable file...

No documents I'm afraid, the main things to be done are create a means of creating input files, you could translate the octave/matlab preprocessor to python, which wouldn't be too...