Dustin Reagan
Dustin Reagan
I'm currently unable to replicate the following non-fluent code in the Fluent API: ``` var id = _docker.Host.Run("mcr.microsoft.com/dotnet/sdk:6.0", new ContainerCreateParams() { Interactive = true, Volumes = new []{$"{appDir}:/app", $"{nugetConfigPath}:/app/nuget.config" },...
Curious if it is currently possible to create non-sequential models in keras-sharp? My cursory glance over the API suggests that this is not yet implemented, but I just wanted to...
I successfully trained a model using: `python train.py -data modelnet` Now, I'm attempting to evaluate the trained model using: `python evaluate.py -data modelnet --pretrained=result/fmr_model.pth` I receive the following error: ```...
I have the following `template.json`: ```json { "$schema": "http://json.schemastore.org/template", "author": "Dustin Reagan @ Clevyr", "classifications": [ "Console" ], "identity": "LegacyBank.LEAF.Templates.Service", "name": "Template for creating a new LEAF Service (Service, Client,...
Using the gitlab REST api, I am able to successfully update the default_branch of a project: ``` curl --request PUT --header "PRIVATE-TOKEN: " --url 'https://gtlb.legacybank.com/api/v4/projects/43' --data "default_branch=dev/master" ``` response: ```json...
**General Question** Is there truly no way to query whether a space or schema are ready? You *must* use a `time.sleep(20)` (per the example: https://github.com/vesoft-inc/nebula-python/blob/master/example/get_started.ipynb)? This seems like an amateur...