-
I put a lot of logging statements into the recipe class to help with debugging. But it is never easy to turn them on. How can we make pangeo-forge work like prefect, where logs are automatically on by…
-
Hello,
I'm trying to training a CycleGAN-Turbo model on unpaired data by following the [provided instructions](https://github.com/GaParmar/img2img-turbo/blob/main/docs/training_cyclegan_turbo.md).
…
enfff updated
1 month ago
-
-
Just playing with the new `oc cluster up` command in OpenShift v1.3.0-alpha.3 and I've run into an issues that seems to be caused with the way oauth is setup:
Steps to repeat on a mac with Docker for…
-
@trungleduc
## Description
Defined a very simple notebook just loading a CSV and then filtering the resulting pandas dataframe using a couple of dropdown boxes. The notebook worked flawlessly.
T…
-
Hello, your work is great! I encountered some issues during the installation process of the environment. I am running commands
`conda install -c fvcore -c iopath -c conda-forge fvcore iopath`
Wh…
-
We build packages with mambabuild and for one package we have the error in conda_build.py: "IndexError: list index out of range".
It looks like the #88 issue but it is not cross compiling. We are on …
-
### Comment:
While conducting a random test in #37 I observed that the build is currently failing for `linux_64_python3.7` and `osx_64_python3.7`.
The post-link script fails with
```
pkg_resou…
-
From https://github.com/mamba-org/mamba/issues/739 I understood that in https://github.com/mamba-org/mamba/pull/894 a lockfile mechanism was introduced that should enable multiple `mamba create` comm…
-
Here is the script:
```
$ cat test.xsh
#!/usr/bin/env xonsh
#trace on
ls
echo "OK"
x
ls
```
Without `trace on`:
```
$ time xonsh test.xsh
adapters ast codegen pr…