Hud Wahab

Results 44 comments of Hud Wahab

Similarly, `ModelConfig` in the colab should be changed to `NerfModel`? and I've commented out the following in the generated `config.gin` as these are not available in `configs.py` ``` # NerfModel.use_appearance_metadata...

wondering if there is a follow-up on this? If yes, wondering if this is related. I have my code: ``` library(mlrMBO) ps = makeParamSet( makeIntegerParam("A", lower = 10, upper =...

Hi again. here's an example with just visa and it works ``` import visa visa.log_to_screen() rm = visa.ResourceManager() instr = rm.open_resource('COM1') ``` here's the log for the working connection: ```...

Ok thank you @danielballan. Could you tell me if I am going in the right path here: ``` xps = NewportXPS(hostname) class NewportXPSDevice: def __init__(self, xps): self._xps = xps def...

Okay, any example on how the `subscribe` function should be defined?

This is frustrating when we can't follow-up on a publication due to technicality - I didn't know academia is not fond of sharing knowledge. Could it be that gpmol is...

@trinitronx I know its been awhile but could you show the full `requirements.txt` e.g. if a specific version `python-apt==2.4.0` is needed?

I understand, so the only way is through postgresql / some database? I guess I should rephrase the question to what's the most convenient way to query a private testnet

I see, so adding an API to `cardano-db-sync` connected to the private testnet is the best way - are there tools available to make this easier?