-
hello, when generate FM model, but, why can't load the model to predict?
Error as follow:
Exception in thread "main" java.lang.Exception: FModel.load did not recognize model with (className, format …
-
Hi! Is there any way to use Hamiltorch for Bayesian PINN, especially in calling fmodel in each iteration to evaluate the PDE loss?
-
# Allow TI to impact turbine power production
In V4, TI can be set per time step in TimeSeries or wd/ws bin in WindRose. It would be useful to reflect TI impact on power production of a turbine, s…
-
I have a situation where I am implementing MAML but generating task-specific fast-weights (somewhat like [Meta Networks](https://arxiv.org/pdf/1703.00837.pdf) does) that parameterize a model which is …
-
In the `maml-omniglot.py` example code, `net.train()` is used for meta-test phases ([link](https://github.com/facebookresearch/higher/blob/1e20cf9696054277b2d760f64835d5d74a3115a2/examples/maml-omnigl…
-
I am unclear on if this is possible at all. At the moment, I am running something like this:
```python
opt = torch.optim.Adam(model.parameters(), lr=1e-3)
lrs = torch.optim.lr_scheduler.StepLR(op…
-
When doing an export/unreal project package, I get this error at the end of the packaging. It fails on this, and I also can not see any of palword assets when doing an FModel .uasset dump into my proj…
-
Hi all,
I was wondering if it would be possible to explain some scores from deepExplain for an occlusion analysis i am attempting to carry out. It is actually a little confusing as I am unsure abo…
-
I want to adapt my model and pass the adapted model around in my code. How do I do this?
my guess the best way is to not use the context manager for inner loops but somehow still use the adapted mo…
-
Notice that pull request is already merged https://github.com/fraktalio/fmodel/pull/70
This issue is going to track further progress (evolution) of this experimental API in FModel library.
Exper…