LukeLin
LukeLin
Same problem.
> > try pip uninstall apex , works for me > > tried and get `RuntimeError: FusedLayerNorm not available. Please install apex.` > > ``` > Traceback (most recent call...
https://rail.eecs.berkeley.edu/datasets/bridge_release/data/tfds/bridge_dataset/1.0.0/
I don't meet this problem.
I meet another problem , packages/torch/nn/modules/module.py", line 1501, in _call_impl return forward_call(*args, **kwargs) File "/home out, *_ = op.apply(inp, needs_gradient=False) File "/home.conda/envs/svd/lib/python3.10/site-packages/xformers/ops/fmha/cutlass.py", line 175, in apply out, lse, rng_seed, rng_offset...
I implment a code for parallel eval. ``` import os import subprocess import argparse from pathlib import Path from multiprocessing import Process from datetime import datetime import time TASKS =...
> It's quite strange. Looks like GPU might be unused during eval (pure cpu eval is very slow). What GPU are you using and what's gpu utilization? > > You...
> Do you have the correct tensorflow version? > > ``` > pip install tensorflow==2.15.0 > pip install -r requirements_full_install.txt > pip install tensorflow[and-cuda]==2.15.1 # tensorflow gpu support > ```...
> I don't think any part of the existing code uses torch? If so you can just insteall cpu torch I think. I locally have torch 2.3.1 but I haven't...
> All policy take RGB images as input so RGB images are always rendered. If graphics is the problem then I think ffmpeg might be causing the issue. In this...